KUnitTest::SlotTester Class Reference
#include <tester.h>
Inheritance diagram for KUnitTest::SlotTester:
Signals | |
| void | invoke () |
Public Member Functions | |
| SlotTester (const char *name=0L) | |
| void | allTests () |
| TestResults * | results (const char *sl) |
| TestResultsListType & | resultsList () |
Detailed Description
The SlotTester class is a special Tester class, one that will execute all slots that start with the string "test". The method void allTests() is implemented and should not be overriden.
Member Function Documentation
| void KUnitTest::SlotTester::allTests | ( | ) | [virtual] |
Implement this method with the tests and checks you want to perform.
Implements KUnitTest::Tester.
Definition at line 49 of file tester.cpp.
The documentation for this class was generated from the following files:

