Passwordfile library 5.0.10
C++ library to read/write passwords from/to encrypted files
|
The EntryTests class tests the Io::Entry class. More...
Public Member Functions | |
void | setUp () override |
void | tearDown () override |
void | testNewEntryCorrectlyInitialized () |
Tests whether a new entry is correctly initialized (basically empty, default values set). | |
void | testNesting () |
void | testEntryByPath () |
void | testUniqueLabels () |
The EntryTests class tests the Io::Entry class.
Definition at line 20 of file entrytests.cpp.
|
override |
Definition at line 40 of file entrytests.cpp.
|
override |
Definition at line 44 of file entrytests.cpp.
void EntryTests::testEntryByPath | ( | ) |
Definition at line 150 of file entrytests.cpp.
void EntryTests::testNesting | ( | ) |
Definition at line 76 of file entrytests.cpp.
void EntryTests::testNewEntryCorrectlyInitialized | ( | ) |
Tests whether a new entry is correctly initialized (basically empty, default values set).
Definition at line 51 of file entrytests.cpp.
void EntryTests::testUniqueLabels | ( | ) |
Definition at line 189 of file entrytests.cpp.