17 #ifndef LightweightRTObjectServant_cpp 18 #define LightweightRTObjectServant_cpp 20 #include <cppunit/ui/text/TestRunner.h> 21 #include <cppunit/extensions/HelperMacros.h> 22 #include <cppunit/TestAssert.h> 31 :
public CppUnit::TestFixture
72 CPPUNIT_FAIL(
"Automatic failue.");
83 int main(
int argc,
char* argv[])
85 CppUnit::TextUi::TestRunner runner;
86 runner.addTest(CppUnit::TestFactoryRegistry::getRegistry().makeTest());
87 CppUnit::Outputter* outputter =
88 new CppUnit::TextOutputter(&runner.result(), std::cout);
89 runner.setOutputter(outputter);
94 #endif // LightweightRTObjectServant_cpp int main(int argc, char **argv)
CPPUNIT_TEST_SUITE(LightweightRTObjectServantTests)
LightweightRTObjectServantTests()
Constructor.
~LightweightRTObjectServantTests()
Destructor.
virtual void tearDown()
Test finalization.
CPPUNIT_TEST_SUITE_REGISTRATION(LightweightRTObjectServant::LightweightRTObjectServantTests)
virtual void setUp()
Test initialization.