Qore QUnit Module Reference  0.1
 All Classes Namespaces Functions Variables Groups Pages
QUnit::DependencyInjectedTest Member List

This is the complete list of members for QUnit::DependencyInjectedTest, including all inherited members.

addTestCase(string name, code call, *softlist args)QUnit::Test
addTestCase(QUnit::TestCase tc)QUnit::Test
addTestResult(TestCase tc, int success, *string error, *string pos, *string detail)QUnit::TestReporter
assertEq(any expected, any actual, *string name)QUnit::Test
assertEqSoft(any expected, any actual, *string name)QUnit::Test
assertFalse(any 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 args, *string name)QUnit::Test
assertThrows(string expectedErr, code theCode, *softlist args, *string name)QUnit::Test
assertTrue(any actual, *string name)QUnit::Test
QUnit::TestReporter::constructor(string name, string version, *reference p_argv, hash opts=Opts)QUnit::TestReporter
equals(any a, any b)QUnit::Test
equalsIterated(AbstractIterator a, AbstractIterator b)QUnit::Test
errors()QUnit::TestReporter
fail(*string msg)QUnit::Test
getAssertionName(*string name)QUnit::Teststatic
getEnv(string key, *string def)QUnit::Test
getTestCase(string meth)QUnit::Test
globalSetUp()QUnit::Testinline
globalTearDown()QUnit::Testinline
notEquals(any a, any b)QUnit::Test
OptsQUnit::TestReporter
printUnexpectedData(any exp, any act, *bool neg, *bool soft_comparisons)QUnit::Test
regexpMatches(string s, string regexp)QUnit::Test
setScriptPath(*string testedFile)QUnit::DependencyInjectedTest
setUp()QUnit::DependencyInjectedTestinline
skipped()QUnit::TestReporter
testAssertion(string name, code condition, *softlist args, int expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, float expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, number expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, bool expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, string expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, date expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, binary expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, hash expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, list expectedResultValue)QUnit::Test
testAssertion(string name, code condition, *softlist args, QUnit::AbstractTestResult expectedResult=new QUnit::TestResultSuccess())QUnit::Test
testAssertionValue(*string name, any actual, any expected)QUnit::Test
testCount()QUnit::TestReporter
testNullAssertion(string name, code condition, *softlist args)QUnit::Test
testSkip(string reason)QUnit::Test