KUnitTest
KUnitTest::TestResults Class Reference
#include <tester.h>
Public Member Functions | |
| TestResults () | |
| virtual | ~TestResults () |
| virtual void | addDebugInfo (const QString &debug) |
| virtual void | clear () |
| QString | debugInfo () const |
| QStringList | errorList () const |
| int | errors () const |
| int | passed () const |
| QStringList | skipList () const |
| int | skipped () const |
| QStringList | successList () const |
| int | testsFinished () const |
| QStringList | xfailList () const |
| int | xfails () const |
| int | xpasses () const |
| QStringList | xpassList () const |
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).
Constructor & Destructor Documentation
| virtual KUnitTest::TestResults::~TestResults | ( | ) | [inline, virtual] |
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:
KDE 4.6 API Reference