|  | Qore QUnit Module Reference 0.4.3
    | 
the main namespace for all public definitions in the QUnit module More...
| Classes | |
| class | AbstractTestResult | 
| An abstract class representing test result interface.  More... | |
| class | DependencyInjectedTest | 
| A class representing a test with injected dependencies.  More... | |
| class | Test | 
| Base class representing a simple test, implements an implicit main() function and all utility functions for testing.  More... | |
| class | TestCase | 
| Class containing the configuration for a test case.  More... | |
| class | TestReporter | 
| Base class for collecting test results and reporting.  More... | |
| class | TestResultExceptionDetail | 
| Class representing Exception of a particular type with a particular detail message.  More... | |
| class | TestResultExceptionRegexp | 
| Class representing Exception of a particular type and matching regexp for detail.  More... | |
| class | TestResultExceptionSubstring | 
| Class representing Exception of a particular type and substring for detail.  More... | |
| class | TestResultExceptionType | 
| Class representing Exception of a particular type.  More... | |
| class | TestResultFailure | 
| Class representing test function failure, both unspecific and with detail.  More... | |
| class | TestResultPartialHashMatch | 
| Class representing a partial match of a hash value. Common keys have to be identical.  More... | |
| class | TestResultSuccess | 
| Class representing boolean True.  More... | |
| class | TestResultValue | 
| Class representing any non-boolean value.  More... | |
the main namespace for all public definitions in the QUnit module