Passwordfile library
3.1.3
C++ library to read/write passwords from/to encrypted files
|
The PasswordFileTests class tests the Io::PasswordFile class. More...
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | testReading () |
Tests reading the testfiles testfile{1,2}.pwmgr. More... | |
void | testReading (const string &testfile1path, const string &testfile1password, const string &testfile2, const string &testfile2password, bool testfile2Mod) |
The PasswordFileTests class tests the Io::PasswordFile class.
Definition at line 18 of file passwordfiletests.cpp.
void PasswordFileTests::setUp | ( | ) |
Definition at line 40 of file passwordfiletests.cpp.
void PasswordFileTests::tearDown | ( | ) |
Definition at line 43 of file passwordfiletests.cpp.
void PasswordFileTests::testReading | ( | ) |
Tests reading the testfiles testfile{1,2}.pwmgr.
Definition at line 49 of file passwordfiletests.cpp.
void PasswordFileTests::testReading | ( | const string & | testfile1path, |
const string & | testfile1password, | ||
const string & | testfile2, | ||
const string & | testfile2password, | ||
bool | testfile2Mod | ||
) |
Definition at line 55 of file passwordfiletests.cpp.