Public Member Functions | |
QString | name () const |
Public Attributes | |
domain::TaskManagerData * | taskManagerData |
TestUi * | ui |
control::ControllerFactory * | factory |
control::ControllerInterface * | controller |
Private Slots | |
void | initTestCase () |
void | cleanupTestCase () |
void | init () |
void | cleanup () |
void | testSelectUser () |
void | testCreateUser () |
void | testAdjustClock () |
void | testTaskCreator () |
void | testTaskModifier () |
void | testTaskUpdater () |
void | testTaskRemover () |
void | testTaskWorker () |
void | testProjectAssigner () |
void | testProjectCreator () |
void | testProjectRemover () |
void | testResourceCreator () |
void | testResourceReservationMaker () |
void | testInvitationReplier () |
void | testInvitationManager () |
void | testFocusStrategies () |
Private Member Functions | |
bool | loadData () |
Definition at line 10 of file controltest.h.
QString ControlTest::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 37 of file controltest.cpp.