CppUnit project page | FAQ |
This is the complete list of members for TestCaller< Fixture >, including all inherited members.
checkIsValidIndex(int index) const | Test | protectedvirtual |
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 > | inlinevirtual |
setUp() | TestCaller< Fixture > | inlinevirtual |
tearDown() | TestCaller< Fixture > | inlinevirtual |
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 | inlinevirtual |
~TestCaller() | TestCaller< Fixture > | inline |
~TestCase() | TestCase | |
~TestFixture() | TestFixture | inlinevirtual |
Send comments to: CppUnit Developers |