Qore QUnit Module Reference  0.1
 All Classes Namespaces Functions Variables Groups Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCQUnit::AbstractTestResultAn abstract class representing test result interface
|oCQUnit::TestResultExceptionTypeClass representing Exception of a particular type
||oCQUnit::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
|oCQUnit::TestResultFailureClass representing test function failure, both unspecific and with detail
|oCQUnit::TestResultPartialHashMatchClass representing a partial match of a hash value. Common keys have to be identical
|oCQUnit::TestResultSuccessClass representing boolean True
|\CQUnit::TestResultValueClass representing any non-boolean value
oCQUnit::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