|
Passwordfile library 5.0.12
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 17 of file entrytests.cpp.
|
override |
Definition at line 37 of file entrytests.cpp.
|
override |
Definition at line 41 of file entrytests.cpp.
| void EntryTests::testEntryByPath | ( | ) |
Definition at line 147 of file entrytests.cpp.
| void EntryTests::testNesting | ( | ) |
Definition at line 73 of file entrytests.cpp.
| void EntryTests::testNewEntryCorrectlyInitialized | ( | ) |
Tests whether a new entry is correctly initialized (basically empty, default values set).
Definition at line 48 of file entrytests.cpp.
| void EntryTests::testUniqueLabels | ( | ) |
Definition at line 186 of file entrytests.cpp.