test_FactoryInit.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 # -*- Python -*-
00003 
00004 #
00005 # \file test_FactoryInit.py
00006 # \brief test for RTComponent factory class
00007 # \date $Date: $
00008 # \author Shinji Kurihara
00009 #
00010 # Copyright (C) 2003-2005
00011 #     Task-intelligence Research Group,
00012 #     Intelligent Systems Research Institute,
00013 #     National Institute of
00014 #         Advanced Industrial Science and Technology (AIST), Japan
00015 #     All rights reserved.
00016 #
00017 
00018 import sys
00019 sys.path.insert(1,"../")
00020 
00021 import unittest
00022 
00023 from FactoryInit import *
00024 
00025 class TestFactoryInit(unittest.TestCase):
00026 
00027         def setUp(self):
00028                 return
00029 
00030         def tearDown(self):
00031                 return
00032 
00033         def test_FactoryInit(self):
00034                 FactoryInit()
00035         
00036 
00037 ############### test #################
00038 if __name__ == '__main__':
00039         unittest.main()


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Aug 27 2015 14:17:28