CppUnit project page | FAQ | CppUnit home page |
#include <TestFixture.h>
Public Methods | |
virtual | ~TestFixture () |
virtual void | setUp () |
\brief Set up context before running a test. More... | |
virtual void | tearDown () |
Clean up after the test run. More... |
A TestFixture is used to provide a common environment for a set of test cases.
|
|
|
\brief Set up context before running a test.
|
|
Clean up after the test run.
|
|
hosts this site. |
Send comments to: CppUnit Developers |