|
Qore QUnit Module Reference
0.3
|
This is the complete list of members for QUnit::DependencyInjectedTest, including all inherited members.
| addTestCase(string name, code call, *softlist< auto > args) | QUnit::Test | |
| addTestCase(QUnit::TestCase tc) | QUnit::Test | |
| assertEq(auto expected, auto actual, *string name) | QUnit::Test | |
| assertEqSoft(auto expected, auto actual, *string name) | QUnit::Test | |
| assertFalse(auto actual, *string name) | QUnit::Test | |
| assertFloatEq(float expected, float actual, float epsilon=0.0000000001, *string name) | QUnit::Test | |
| assertNumberEq(number expected, number actual, number epsilon=0.0000000001, *string name) | QUnit::Test | |
| assertSkip(*string name) | QUnit::Test | |
| assertThrows(string expectedErr, *string expectedDesc, code theCode, *softlist< auto > args, *string name) | QUnit::Test | |
| assertThrows(string expectedErr, code theCode, *softlist< auto > args, *string name) | QUnit::Test | |
| assertTrue(auto actual, *string name) | QUnit::Test | |
| QUnit::TestReporter::constructor(string name, string version, *reference< list< string >> p_argv, hash opts=Opts) | QUnit::TestReporter | |
| equals(auto a, auto b) | QUnit::Test | |
| equalsIterated(AbstractIterator a, AbstractIterator b) | QUnit::Test | |
| fail(*string msg) | QUnit::Test | |
| getAssertionName(*string name) | QUnit::Test | static |
| getEnv(string key, *string def) | QUnit::Test | |
| getTestCase(string meth) | QUnit::Test | |
| globalSetUp() | QUnit::Test | inline |
| globalTearDown() | QUnit::Test | inline |
| notEquals(auto a, auto b) | QUnit::Test | |
| Opts | QUnit::TestReporter | |
| printUnexpectedData(auto exp, auto act, *bool neg, *bool soft_comparisons) | QUnit::Test | |
| regexpMatches(string s, string regexp) | QUnit::Test | |
| setScriptPath(*string testedFile) | QUnit::DependencyInjectedTest | |
| setUp() | QUnit::DependencyInjectedTest | inline |
| testAssertion(string name, code condition, *softlist< auto > args, int expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, float expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, number expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, bool expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, string expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, date expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, binary expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, hash expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, list expectedResultValue) | QUnit::Test | |
| testAssertion(string name, code condition, *softlist< auto > args, QUnit::AbstractTestResult expectedResult=new QUnit::TestResultSuccess()) | QUnit::Test | |
| testAssertionValue(*string name, auto actual, auto expected) | QUnit::Test | |
| testNullAssertion(string name, code condition, *softlist< auto > args) | QUnit::Test | |
| testSkip(string reason) | QUnit::Test |