Passwordfile library
3.2.0
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 19 of file passwordfiletests.cpp.
void PasswordFileTests::setUp | ( | ) |
Definition at line 41 of file passwordfiletests.cpp.
void PasswordFileTests::tearDown | ( | ) |
Definition at line 45 of file passwordfiletests.cpp.
void PasswordFileTests::testReading | ( | ) |
Tests reading the testfiles testfile{1,2}.pwmgr.
Definition at line 52 of file passwordfiletests.cpp.
void PasswordFileTests::testReading | ( | const string & | testfile1path, |
const string & | testfile1password, | ||
const string & | testfile2, | ||
const string & | testfile2password, | ||
bool | testfile2Mod | ||
) |
Definition at line 57 of file passwordfiletests.cpp.