Passwordfile library 5.0.11
C++ library to read/write passwords from/to encrypted files
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EntryTests Class Reference

The EntryTests class tests the Io::Entry class. More...

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

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 ()
 

Detailed Description

The EntryTests class tests the Io::Entry class.

Definition at line 17 of file entrytests.cpp.

Member Function Documentation

◆ setUp()

void EntryTests::setUp ( )
override

Definition at line 37 of file entrytests.cpp.

◆ tearDown()

void EntryTests::tearDown ( )
override

Definition at line 41 of file entrytests.cpp.

◆ testEntryByPath()

void EntryTests::testEntryByPath ( )

Definition at line 147 of file entrytests.cpp.

◆ testNesting()

void EntryTests::testNesting ( )

Definition at line 73 of file entrytests.cpp.

◆ testNewEntryCorrectlyInitialized()

void EntryTests::testNewEntryCorrectlyInitialized ( )

Tests whether a new entry is correctly initialized (basically empty, default values set).

Definition at line 48 of file entrytests.cpp.

◆ testUniqueLabels()

void EntryTests::testUniqueLabels ( )

Definition at line 186 of file entrytests.cpp.


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