test_All.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # -*- Python -*-
3 
4 import unittest
5 from test import test_support
6 
7 from test_BufferBase import *
8 from test_ConfigAdmin import *
9 from test_CORBA_SeqUtil import *
10 from test_CorbaConsumer import *
11 from test_CorbaNaming import *
12 from test_CorbaPort import *
13 from test_ECFactory import *
14 from test_ExtTrigExecutionContext import *
15 from test_Factory import *
16 from test_InPort import *
17 from test_InPortBase import *
18 from test_InPortProvider import *
19 from test_Listener import *
20 from test_Manager import *
21 from test_ManagerConfig import *
22 from test_ModuleManager import *
23 from test_NamingManager import *
24 from test_NumberingPolicy import *
25 from test_NVUtil import *
26 from test_ObjectManager import *
27 from test_OutPort import *
28 from test_OutPortBase import *
29 from test_OutPortProvider import *
30 from test_PeriodicExecutionContext import *
31 from test_PortAdmin import *
32 from test_PortBase import *
33 from test_Properties import *
34 from test_PublisherNew import *
35 from test_PublisherPeriodic import *
36 from test_RingBuffer import *
37 from test_RTCUtil import *
38 from test_RTObject import *
39 from test_SdoConfiguration import *
40 from test_SdoOrganization import *
41 from test_SdoService import *
42 from test_StateMachine import *
43 from test_StringUtil import *
44 from test_SystemLogger import *
45 from test_Timer import *
46 from test_TimeValue import *
47 
48 
49 # \file test_All.py
50 #
51 # Copyright (C) 2006
52 # Noriaki Ando
53 # Task-intelligence Research Group,
54 # Intelligent Systems Research Institute,
55 # National Institute of
56 # Advanced Industrial Science and Technology (AIST), Japan
57 # All rights reserved.
58 #
59 
60 def test_main():
61  test_support.run_unittest(
62  TestNullBuffer,
63  TestConfigAdmin,
64  TestCORBA_SeqUtil,
65  TestCorbaConsumer,
66  TestCorbaNaming,
67  TestCorbaPort,
68  TestECFactoryPython,
69  TestExtTrigExecutionContext,
70  TestFactoryPython,
71  TestInPort,
72  TestInPortBase,
73  TestInPortProvider,
74  TestListener,
75  TestManagerConfig,
76  TestModuleManager,
77  TestDefaultNumberingPolicy,
78  TestNVUtil,
79  TestObjectManager,
80  TestOutPort,
81  TestOutPortBase,
82  TestOutPortProvider,
83  TestPeriodicExecutionContext,
84  TestPortAdmin,
85  TestPortBase,
86  TestProperties,
87  TestPublisherNew,
88  TestPublisherPeriodic,
89  TestRingBuffer,
90  TestRTCUtil,
91  TestRTObject_impl,
92  TestConfiguration_impl,
93  TestOrganization_impl,
94  TestSDOServiceProfile,
95  TestStateMachine,
96  TestStringUtil,
97  TestLogger,
98  TestTimer,
99  TestTimeValue,
100  TestManager,
101  )
102 
103 if __name__ == '__main__':
104  test_main()
def test_main()
Definition: test_All.py:60


openrtm_aist_python
Author(s): Shinji Kurihara
autogenerated on Thu Jun 6 2019 19:11:34