Qt 4.8
|
#include <QtTest/qtestcorelist.h>
Go to the source code of this file.
Classes | |
class | QTestElementAttribute |
Namespaces | |
QTest | |
The QTest namespace contains all the functions and declarations that are related to the QTestLib tool. | |
Enumerations | |
enum | QTest::AttributeIndex { QTest::AI_Undefined = -1, QTest::AI_Name = 0, QTest::AI_Result = 1, QTest::AI_Tests = 2, QTest::AI_Failures = 3, QTest::AI_Errors = 4, QTest::AI_Type = 5, QTest::AI_Description = 6, QTest::AI_PropertyValue = 7, QTest::AI_QTestVersion = 8, QTest::AI_QtVersion = 9, QTest::AI_File = 10, QTest::AI_Line = 11, QTest::AI_Metric = 12, QTest::AI_Tag = 13, QTest::AI_Value = 14, QTest::AI_Iterations = 15 } |
This enum numbers the different tests. More... | |
enum | QTest::LogElementType { QTest::LET_Undefined = -1, QTest::LET_Property = 0, QTest::LET_Properties = 1, QTest::LET_Failure = 2, QTest::LET_Error = 3, QTest::LET_TestCase = 4, QTest::LET_TestSuite = 5, QTest::LET_Benchmark = 6, QTest::LET_SystemError = 7 } |
The enum specifies the kinds of test log messages. More... | |