Passwordfile library  3.1.3
C++ library to read/write passwords from/to encrypted files
Public Member Functions | List of all members
PasswordFileTests Class Reference

The PasswordFileTests class tests the Io::PasswordFile class. More...

Inheritance diagram for PasswordFileTests:
[legend]
Collaboration diagram for PasswordFileTests:
[legend]

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)
 

Detailed Description

The PasswordFileTests class tests the Io::PasswordFile class.

Definition at line 18 of file passwordfiletests.cpp.

Member Function Documentation

§ setUp()

void PasswordFileTests::setUp ( )

Definition at line 40 of file passwordfiletests.cpp.

§ tearDown()

void PasswordFileTests::tearDown ( )

Definition at line 43 of file passwordfiletests.cpp.

§ testReading() [1/2]

void PasswordFileTests::testReading ( )

Tests reading the testfiles testfile{1,2}.pwmgr.

Definition at line 49 of file passwordfiletests.cpp.

§ testReading() [2/2]

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.


The documentation for this class was generated from the following file: