#include <TestContainer.h>
Inheritance diagram for KXQTS::TestContainer:


Public Member Functions | |
| virtual void | appendChild (TreeItem *item) |
| virtual TreeItem * | child (const unsigned int row) const |
| virtual unsigned int | childCount () const |
| virtual TreeItem::List | children () const |
| virtual int | columnCount () const |
| virtual QString | description () const |
| virtual TestResult::List | execute (const ExecutionMode mode, const ExecutionStage stage, TestSuite *ts) |
| virtual bool | isFinalNode () const |
| virtual ResultSummary | resultSummary () const |
| void | setDeleteChildren (const bool val) |
| virtual void | setDescription (const QString &desc) |
| void | setTitle (const QString &title) |
| QString | title () const |
| virtual | ~TestContainer () |
Protected Member Functions | |
| TestContainer () | |
Definition at line 30 of file TestContainer.h.
| TestContainer::TestContainer | ( | ) | [protected] |
Constructor, protected. TestContainer is an abstract class, and is not ment to be instantiated, but sub classed.
Definition at line 22 of file TestContainer.cpp.
| int TestContainer::columnCount | ( | ) | const [virtual] |
| TestResult::List TestContainer::execute | ( | const ExecutionMode | mode, | |
| const ExecutionStage | stage, | |||
| TestSuite * | ts | |||
| ) | [virtual] |
Implements KXQTS::TestItem.
Definition at line 32 of file TestContainer.cpp.
References child().
Referenced by KXQTS::TestSuite::runSuite().
Here is the call graph for this function:

Here is the caller graph for this function:

| bool TestContainer::isFinalNode | ( | ) | const [virtual] |
Implements KXQTS::TestItem.
Definition at line 95 of file TestContainer.cpp.
| TestItem::ResultSummary TestContainer::resultSummary | ( | ) | const [virtual] |
Implements KXQTS::TestItem.
Definition at line 46 of file TestContainer.cpp.
References child(), and childCount().
Referenced by KXQTS::TestGroup::data().
Here is the call graph for this function:

Here is the caller graph for this function:

| void TestContainer::setDeleteChildren | ( | const bool | val | ) |
Determines whether TestContainer will delete its children upon destruction. By default, it will.
Definition at line 115 of file TestContainer.cpp.
1.5.1