#include <cppunit_mini.h>
Inherits TestFixture.
Public Member Functions |
| | TestCase () |
| void | setUp () |
| | Set up context before running a test.
|
| int | numErrors () |
| virtual void | myRun (const char *, bool=false) |
| virtual void | error (const char *in_macroName, const char *in_macro, const char *in_file, int in_line) |
| bool | equalDoubles (double in_expected, double in_real, double in_maxErr) |
| virtual void | progress (const char *in_className, const char *in_functionName, bool ignored, bool explicitTest) |
| bool | shouldRunThis (const char *in_desiredTest, const char *in_className, const char *in_functionName, bool invert, bool explicit_test, bool &do_progress) |
| void | tearDown () |
| | Clean up after the test run.
|
Static Public Member Functions |
| static int | run (Reporter *in_reporter=0, const char *in_testName="", bool invert=false) |
| static void | registerTestCase (TestCase *in_testCase) |
| static void | message (const char *msg) |
Static Protected Attributes |
| static int | m_numErrors = 0 |
| static int | m_numTests = 0 |
Private Attributes |
| TestCase * | m_next |
| bool | m_failed |
Static Private Attributes |
| static TestCase * | m_root = 0 |
| static Reporter * | m_reporter = 0 |
Detailed Description
Definition at line 54 of file cppunit_mini.h.
The documentation for this class was generated from the following files: