#include <TestSuiteHandler.h>
Collaboration diagram for KXQTS::TestSuiteHandler:

Public Member Functions | |
| virtual bool | characters (const QString &ch) |
| virtual bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
| virtual bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
| virtual TestSuite * | testSuite () const |
| TestSuiteHandler (const QUrl &catalogFile, const bool useExclusionList) | |
The created TestSuite can be retrieved via testSuite().
Definition at line 44 of file TestSuiteHandler.h.
| TestSuiteHandler::TestSuiteHandler | ( | const QUrl & | catalogFile, | |
| const bool | useExclusionList | |||
| ) |
| catalogFile | the URI for the catalog file being parsed. This URI is used for creating absolute URIs for files mentioned in the catalog with relative URIs. | |
| useExclusionList | whether excludeTestGroups.txt should be used to ignore test groups when loading |
Definition at line 27 of file TestSuiteHandler.cpp.
1.5.1