KUnitTest::TestResults Class Reference
#include <tester.h>
Public Member Functions | |
virtual void | clear () |
virtual void | addDebugInfo (const QString &debug) |
QString | debugInfo () const |
int | testsFinished () const |
int | errors () const |
int | xfails () const |
int | xpasses () const |
int | skipped () const |
int | passed () const |
QStringList | errorList () const |
QStringList | xfailList () const |
QStringList | xpassList () const |
QStringList | skipList () const |
QStringList | successList () const |
Friends | |
class | Tester |
Detailed Description
A simple class that encapsulates a test result. A Tester class usually has a single TestResults instance associated with it, however the SlotTester class can have more TestResults instances (one for each test slot in fact).
Member Function Documentation
virtual void KUnitTest::TestResults::addDebugInfo | ( | const QString & | debug | ) | [inline, virtual] |
virtual void KUnitTest::TestResults::clear | ( | ) | [inline, virtual] |
QString KUnitTest::TestResults::debugInfo | ( | ) | const [inline] |
QStringList KUnitTest::TestResults::errorList | ( | ) | const [inline] |
int KUnitTest::TestResults::errors | ( | ) | const [inline] |
int KUnitTest::TestResults::passed | ( | ) | const [inline] |
QStringList KUnitTest::TestResults::skipList | ( | ) | const [inline] |
int KUnitTest::TestResults::skipped | ( | ) | const [inline] |
QStringList KUnitTest::TestResults::successList | ( | ) | const [inline] |
int KUnitTest::TestResults::testsFinished | ( | ) | const [inline] |
QStringList KUnitTest::TestResults::xfailList | ( | ) | const [inline] |
int KUnitTest::TestResults::xfails | ( | ) | const [inline] |
int KUnitTest::TestResults::xpasses | ( | ) | const [inline] |
QStringList KUnitTest::TestResults::xpassList | ( | ) | const [inline] |
The documentation for this class was generated from the following file: