42 #ifndef QTESTLOGGER_P_H 43 #define QTESTLOGGER_P_H 56 #include <QtTest/private/qabstracttestlogger_p.h> 84 const char *file = 0,
int line = 0);
89 const char *file = 0,
int line = 0);
133 #endif // QTESTLOGGER_P_H
unsigned int randomSeed() const
bool hasRandomSeed() const
#define QT_END_NAMESPACE
This macro expands to.
void addTag(QTestElement *element)
TestLoggerFormat logFormat()
QTestFileLogger * filelogger
#define QT_BEGIN_NAMESPACE
This macro expands to.
void addIncident(IncidentTypes type, const char *description, const char *file=0, int line=0)
void setLogFormat(TestLoggerFormat fm)
void addBenchmarkResult(const QBenchmarkResult &result)
QTestBasicStreamer * logFormatter
QTestElement * errorLogElement
void enterTestFunction(const char *function)
void addMessage(MessageTypes type, const char *message, const char *file=0, int line=0)
void registerRandomSeed(unsigned int seed)
QTestElement * currentLogElement
QTestElement * listOfTestcases