Qore QUnit Module Reference 0.4.3
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CQUnit::AbstractTestResultAn abstract class representing test result interface
 CQUnit::TestResultExceptionTypeClass representing Exception of a particular type
 CQUnit::TestResultExceptionDetailClass representing Exception of a particular type with a particular detail message
 CQUnit::TestResultExceptionRegexpClass representing Exception of a particular type and matching regexp for detail
 CQUnit::TestResultExceptionSubstringClass representing Exception of a particular type and substring for detail
 CQUnit::TestResultFailureClass representing test function failure, both unspecific and with detail
 CQUnit::TestResultPartialHashMatchClass representing a partial match of a hash value. Common keys have to be identical
 CQUnit::TestResultSuccessClass representing boolean True
 CQUnit::TestResultValueClass representing any non-boolean value
 CQUnit::TestCaseClass containing the configuration for a test case
 CQUnit::TestReporterBase class for collecting test results and reporting
 CQUnit::TestBase class representing a simple test, implements an implicit main() function and all utility functions for testing
 CQUnit::DependencyInjectedTestA class representing a test with injected dependencies