4 #include <cppunit/extensions/HelperMacros.h> 6 class TsSrs :
public CPPUNIT_NS::TestFixture
CPPUNIT_TEST_SUITE(TsSrs)
CPPUNIT_TEST(tcSRSManager)
void tearDown()
It finalizes the environment after a test case (actually a method) had run.
void setUp()
It sets the environment for a test case (actually a method).