ReactOS 0.4.16-dev-852-gcfcc8d8
|
#include <cppunit_mini.h>
Public Member Functions | |
virtual | ~TestFixture () |
virtual void | setUp () |
Set up context before running a test. | |
virtual void | tearDown () |
Clean up after the test run. | |
Definition at line 43 of file cppunit_mini.h.
|
inlinevirtual |
Definition at line 45 of file cppunit_mini.h.
|
inlinevirtual |
Set up context before running a test.
Reimplemented in TestCase.
Definition at line 48 of file cppunit_mini.h.
|
inlinevirtual |
Clean up after the test run.
Reimplemented in TestCase.
Definition at line 51 of file cppunit_mini.h.