Qore QUnit Module Reference
0.4.3
|
▼NQUnit | Main namespace for all public definitions in the QUnit module |
CAbstractTestResult | An abstract class representing test result interface |
CDependencyInjectedTest | A class representing a test with injected dependencies |
CTest | Base class representing a simple test, implements an implicit main() function and all utility functions for testing |
CTestCase | Class containing the configuration for a test case |
CTestReporter | Base class for collecting test results and reporting |
CTestResultExceptionDetail | Class representing Exception of a particular type with a particular detail message |
CTestResultExceptionRegexp | Class representing Exception of a particular type and matching regexp for detail |
CTestResultExceptionSubstring | Class representing Exception of a particular type and substring for detail |
CTestResultExceptionType | Class representing Exception of a particular type |
CTestResultFailure | Class representing test function failure, both unspecific and with detail |
CTestResultPartialHashMatch | Class representing a partial match of a hash value. Common keys have to be identical |
CTestResultSuccess | Class representing boolean True |
CTestResultValue | Class representing any non-boolean value |