[openrtm-commit:01291] r2486 - branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/ComponentActionServant
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 2月 13日 (木) 16:46:42 JST
Author: win-ei
Date: 2014-02-13 16:46:42 +0900 (Thu, 13 Feb 2014)
New Revision: 2486
Modified:
branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/ComponentActionServant/ComponentActionServantTests.cpp
Log:
Daily work.
Modified: branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/ComponentActionServant/ComponentActionServantTests.cpp
===================================================================
--- branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/ComponentActionServant/ComponentActionServantTests.cpp 2014-02-13 06:44:56 UTC (rev 2485)
+++ branches/work_ForDoil/OpenRTM-aist/src/lib/doil/utils/omniidl_be/tests/unitTest/ComponentActionServant/ComponentActionServantTests.cpp 2014-02-13 07:46:42 UTC (rev 2486)
@@ -31,7 +31,16 @@
: public CppUnit::TestFixture
{
CPPUNIT_TEST_SUITE(ComponentActionServantTests);
- CPPUNIT_TEST(test_case0);
+ CPPUNIT_TEST(test_call_on_initialize);
+ CPPUNIT_TEST(test_call_on_finalize);
+ CPPUNIT_TEST(test_call_on_startup);
+ CPPUNIT_TEST(test_call_on_shutdown);
+ CPPUNIT_TEST(test_call_on_activated);
+ CPPUNIT_TEST(test_call_on_deactivated);
+ CPPUNIT_TEST(test_call_on_aborting);
+ CPPUNIT_TEST(test_call_on_error);
+ CPPUNIT_TEST(test_call_on_reset);
+ //CPPUNIT_TEST(test_case0);
CPPUNIT_TEST_SUITE_END();
private:
@@ -66,6 +75,33 @@
{
}
+ void test_call_on_initialize()
+ {
+ }
+ void test_call_on_finalize()
+ {
+ }
+ void test_call_on_startup()
+ {
+ }
+ void test_call_on_shutdown()
+ {
+ }
+ void test_call_on_activated()
+ {
+ }
+ void test_call_on_deactivated()
+ {
+ }
+ void test_call_on_aborting()
+ {
+ }
+ void test_call_on_error()
+ {
+ }
+ void test_call_on_reset()
+ {
+ }
/* test case */
void test_case0()
{
More information about the openrtm-commit
mailing list