swift
|
Go to the source code of this file.
Macros | |
#define | SWIFTTEST_INIT(TestObject) |
Implements a main() function that executes all tests in TestObject without instantiating a QApplication object. Also adds arguments automatically to print test results to an xml file. More... | |
#define | SWIFTTEST_APPLESS_MAIN(TestObject) |
Implements a main() function that executes all tests in TestObject without instantiating a QApplication object. Also adds arguments automatically to print test results to an xml file. More... | |
#define | SWIFTTEST_MAIN(TestObject) |
Implements a main() function that executes all tests in TestObject including instantiating a QCoreApplication object. Also adds arguments automatically to print test results to an xml file. More... | |
#define SWIFTTEST_APPLESS_MAIN | ( | TestObject | ) |
Implements a main() function that executes all tests in TestObject without instantiating a QApplication object. Also adds arguments automatically to print test results to an xml file.
#define SWIFTTEST_INIT | ( | TestObject | ) |
Implements a main() function that executes all tests in TestObject without instantiating a QApplication object. Also adds arguments automatically to print test results to an xml file.
#define SWIFTTEST_MAIN | ( | TestObject | ) |
Implements a main() function that executes all tests in TestObject including instantiating a QCoreApplication object. Also adds arguments automatically to print test results to an xml file.