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