Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members
cppunit::TestCase Member List
This is the complete list of members for cppunit::TestCase, including all inherited members.
- addError(const cu_String &msg, const char *file, long line)
[protected] - addFailure(const cu_String &msg, const char *file, long line)
[protected] - assertEqualsImpl(int expected, int actual, const char *file, long line)
[protected] - assertEqualsImpl(long expected, long actual, const char *file, long line)
[protected] - assertEqualsImpl(double expected, double actual, const char *file, long line, double delta=0)
[protected] - assertEqualsImpl(const char *expected, const char *actual, const char *file, long line)
[protected] - assertEqualsImpl(const char *expected, const std::basic_string< Ch, Tr, Alloc > &actual, const char *file, long line)
[inline, protected] - assertEqualsImpl(const std::basic_string< Ch, Tr, Alloc > &expected, const char *actual, const char *file, long line)
[inline, protected] - assertEqualsImpl(const std::basic_string< Ch, Tr, Alloc > &expected, const std::basic_string< Ch, Tr, Alloc > &actual, const char *file, long line)
[inline, protected] - countTestCases() const
[virtual] - endTest(TestResult *result)
[protected] - equals(double x1, double x2, double delta=0)
[protected, static] - equals(const char *s1, const char *s2)
[protected, static] - getName() const
[virtual] - m_hasError (defined in cppunit::TestCase)
[private] - m_name (defined in cppunit::TestCase)
[private] - m_result (defined in cppunit::TestCase)
[private] - notEqualsMessage(int expected, int actual)
[protected, static] - notEqualsMessage(long expected, long actual)
[protected, static] - notEqualsMessage(double expected, double actual)
[protected, static] - notEqualsMessage(const char *expected, const char *actual)
[protected, static] - operator=(const TestCase &) (defined in cppunit::TestCase)
[private] - run(TestResult *result)
[virtual] - runBare()
[protected] - runTest()=0
[protected, pure virtual] - setUp()
[inline, virtual] - startTest(TestResult *result)
[protected] - tearDown()
[inline, virtual] - TestCase(const char *name)
[explicit] - TestCase(const TestCase &) (defined in cppunit::TestCase)
[private] - toString() const
[virtual] - ~Test()
[inline, virtual] - ~TestCase()
[virtual]
Generated on Sun Mar 31 23:42:08 2002 for CppUnit-x by
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001