OpenWalnut
1.4.0
|
Tests for WPersonalInformation. More...
#include <WPersonalInformation_test.h>
Public Member Functions | |
void | testCreation (void) |
Test creation. | |
void | testSetSubjectID (void) |
Test setting subjectID. | |
void | testGetSubjectID (void) |
Test getting subjectID. | |
void | testEquality (void) |
Test equality operator. | |
void | testInequality (void) |
Test inequality operator. |
Tests for WPersonalInformation.
Definition at line 35 of file WPersonalInformation_test.h.
void WPersonalInformationTest::testCreation | ( | void | ) | [inline] |
Test creation.
Definition at line 41 of file WPersonalInformation_test.h.
References WPersonalInformation::createDummyInformation().
void WPersonalInformationTest::testEquality | ( | void | ) | [inline] |
Test equality operator.
Definition at line 70 of file WPersonalInformation_test.h.
References WPersonalInformation::createDummyInformation(), WPersonalInformation::m_lastName, and WPersonalInformation::m_subjectID.
void WPersonalInformationTest::testGetSubjectID | ( | void | ) | [inline] |
Test getting subjectID.
Definition at line 60 of file WPersonalInformation_test.h.
References WPersonalInformation::createDummyInformation(), WPersonalInformation::getSubjectID(), and WPersonalInformation::m_subjectID.
void WPersonalInformationTest::testInequality | ( | void | ) | [inline] |
Test inequality operator.
Definition at line 86 of file WPersonalInformation_test.h.
References WPersonalInformation::createDummyInformation(), WPersonalInformation::m_lastName, and WPersonalInformation::m_subjectID.
void WPersonalInformationTest::testSetSubjectID | ( | void | ) | [inline] |
Test setting subjectID.
Definition at line 50 of file WPersonalInformation_test.h.
References WPersonalInformation::createDummyInformation(), WPersonalInformation::m_subjectID, and WPersonalInformation::setSubjectID().