checkIsValidIndex(int index) const | Test | [protected, virtual] |
countTestCases() const | TestLeaf | [virtual] |
doGetChildTestAt(int index) const | TestLeaf | [virtual] |
findTest(const std::string &testName) const | Test | [virtual] |
findTestPath(const std::string &testName, TestPath &testPath) const | Test | [virtual] |
findTestPath(const Test *test, TestPath &testPath) const | Test | [virtual] |
getChildTestAt(int index) const | Test | [virtual] |
getChildTestCount() const | TestLeaf | [virtual] |
getName() const | TestCase | [virtual] |
m_fixture | TestCaller< Fixture > | [private] |
m_ownFixture | TestCaller< Fixture > | [private] |
m_test | TestCaller< Fixture > | [private] |
operator=(const TestCaller &other) | TestCaller< Fixture > | [private] |
resolveTestPath(const std::string &testPath) const | Test | [virtual] |
run(TestResult *result) | TestCase | [virtual] |
runTest() | TestCaller< Fixture > | [inline, virtual] |
setUp() | TestCaller< Fixture > | [inline, virtual] |
tearDown() | TestCaller< Fixture > | [inline, virtual] |
TestCaller(std::string name, TestMethod test) | TestCaller< Fixture > | [inline] |
TestCaller(std::string name, TestMethod test, Fixture &fixture) | TestCaller< Fixture > | [inline] |
TestCaller(std::string name, TestMethod test, Fixture *fixture) | TestCaller< Fixture > | [inline] |
TestCaller(const TestCaller &other) | TestCaller< Fixture > | [private] |
TestCase(const std::string &name) | TestCase | |
TestCase() | TestCase | |
TestMethod typedef | TestCaller< Fixture > | [private] |
toString() const | TestCaller< Fixture > | [inline] |
~Test() | Test | [inline, virtual] |
~TestCaller() | TestCaller< Fixture > | [inline] |
~TestCase() | TestCase | |
~TestFixture() | TestFixture | [inline, virtual] |