The base class for all tests. More...
#include <testbench.h>
Public Member Functions | |
virtual QString | name () const =0 |
The base class for all tests.
All tests are plugins with this class as interface. When writing your own test, you don't need to inherit QObject since this class inherits it.
Definition at line 17 of file testbench.h.
virtual QString TestInterface::name | ( | ) | const [pure virtual] |
Implement this to give a name to your test. This name will be used in the output of a test run.
Implemented in ControlTest, and DomainTest.