Passwordfile library 5.0.10
C++ library to read/write passwords from/to encrypted files
|
The FieldTests class tests the Io::Field class. More...
Public Member Functions | |
void | setUp () override |
void | tearDown () override |
void | testNewFieldCorrectlyInitialized () |
Tests whether a new field is correctly initialized (default values set). | |
void | testMutation () |
The FieldTests class tests the Io::Field class.
Definition at line 21 of file fieldtests.cpp.
|
override |
Definition at line 37 of file fieldtests.cpp.
|
override |
Definition at line 41 of file fieldtests.cpp.
void FieldTests::testMutation | ( | ) |
Definition at line 62 of file fieldtests.cpp.
void FieldTests::testNewFieldCorrectlyInitialized | ( | ) |
Tests whether a new field is correctly initialized (default values set).
Definition at line 48 of file fieldtests.cpp.