Base class for Test Units. More...
#include <testbase.h>
Public Member Functions | |
TestUnitBase (const QString &testName) | |
virtual bool | executeTest ()=0 |
const QString & | testName () const |
Protected Attributes | |
QString | _testName |
Additional Inherited Members | |
Static Protected Attributes inherited from TestBase | |
static Log | testLog |
Base class for Test Units.
Definition at line 42 of file testbase.h.