#include <Pt/Unit/TestFixture.h>
Fixture interface for tests.
Inherited by TestCase, and TestSuite.
Public Member Functions | |
virtual | ~TestFixture () |
Destructor. | |
virtual void | setUp () |
Set up conText before running a test. More... | |
virtual void | tearDown () |
Clean up after the test run. More... | |
|
virtual |
|
virtual |
This function is called after each registered tester function is invoked. It is meant to remove any resources previously initialized in TestCase::setUp.