Public Member Functions | |
QString | name () const |
Private Slots | |
void | initTestCase () |
void | cleanupTestCase () |
void | init () |
void | cleanup () |
void | testDurationValid () |
void | testDurationInvalid () |
void | testDurationTotalSecs () |
void | testDurationEquals () |
void | testDurationNotEquals () |
void | testDurationGreaterThan () |
void | testDurationSmallerThan () |
void | testDurationValid_data () |
void | testDurationInvalid_data () |
void | testDurationTotalSecs_data () |
void | testDurationEquals_data () |
void | testDurationNotEquals_data () |
void | testDurationGreaterThan_data () |
void | testDurationSmallerThan_data () |
void | testScheduleValid () |
void | testScheduleInvalid () |
void | testScheduleSetters () |
void | testScheduleAssignment () |
void | testScheduleEquals () |
void | testScheduleValid_data () |
void | testScheduleInvalid_data () |
void | testScheduleSetters_data () |
void | testScheduleAssignment_data () |
void | testScheduleEquals_data () |
void | testUserType () |
void | testUserCreation () |
void | testUserAdmin () |
void | testUserTasks () |
void | testInvitationValid () |
void | testInvitationInvalid () |
void | testResourceType () |
void | testResourceCreation () |
void | testReservationValid () |
void | testReservationInValid () |
void | testProjectCreation () |
void | testProjectDescription () |
void | testProjectTasks () |
void | testTaskType () |
void | testTaskFields () |
void | testTaskCreation () |
void | testTaskStates () |
void | testBusinessRule1 () |
void | testBusinessRule2 () |
void | testBusinessRule3 () |
Private Attributes | |
domain::TaskManagerData * | taskManagerData |
Definition at line 8 of file domaintest.h.
QString DomainTest::name | ( | ) | const [virtual] |
Implement this to give a name to your test. This name will be used in the output of a test run.
Implements TestInterface.
Definition at line 22 of file domaintest.cpp.