Go to the documentation of this file.00001
00002
00003
00004 import unittest
00005 from test import test_support
00006
00007 from test_BufferBase import *
00008 from test_ConfigAdmin import *
00009 from test_CORBA_SeqUtil import *
00010 from test_CorbaConsumer import *
00011 from test_CorbaNaming import *
00012 from test_CorbaPort import *
00013 from test_ECFactory import *
00014 from test_ExtTrigExecutionContext import *
00015 from test_Factory import *
00016 from test_InPort import *
00017 from test_InPortBase import *
00018 from test_InPortProvider import *
00019 from test_Listener import *
00020 from test_Manager import *
00021 from test_ManagerConfig import *
00022 from test_ModuleManager import *
00023 from test_NamingManager import *
00024 from test_NumberingPolicy import *
00025 from test_NVUtil import *
00026 from test_ObjectManager import *
00027 from test_OutPort import *
00028 from test_OutPortBase import *
00029 from test_OutPortProvider import *
00030 from test_PeriodicExecutionContext import *
00031 from test_PortAdmin import *
00032 from test_PortBase import *
00033 from test_Properties import *
00034 from test_PublisherNew import *
00035 from test_PublisherPeriodic import *
00036 from test_RingBuffer import *
00037 from test_RTCUtil import *
00038 from test_RTObject import *
00039 from test_SdoConfiguration import *
00040 from test_SdoOrganization import *
00041 from test_SdoService import *
00042 from test_StateMachine import *
00043 from test_StringUtil import *
00044 from test_SystemLogger import *
00045 from test_Timer import *
00046 from test_TimeValue import *
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060 def test_main():
00061 test_support.run_unittest(
00062 TestNullBuffer,
00063 TestConfigAdmin,
00064 TestCORBA_SeqUtil,
00065 TestCorbaConsumer,
00066 TestCorbaNaming,
00067 TestCorbaPort,
00068 TestECFactoryPython,
00069 TestExtTrigExecutionContext,
00070 TestFactoryPython,
00071 TestInPort,
00072 TestInPortBase,
00073 TestInPortProvider,
00074 TestListener,
00075 TestManagerConfig,
00076 TestModuleManager,
00077 TestDefaultNumberingPolicy,
00078 TestNVUtil,
00079 TestObjectManager,
00080 TestOutPort,
00081 TestOutPortBase,
00082 TestOutPortProvider,
00083 TestPeriodicExecutionContext,
00084 TestPortAdmin,
00085 TestPortBase,
00086 TestProperties,
00087 TestPublisherNew,
00088 TestPublisherPeriodic,
00089 TestRingBuffer,
00090 TestRTCUtil,
00091 TestRTObject_impl,
00092 TestConfiguration_impl,
00093 TestOrganization_impl,
00094 TestSDOServiceProfile,
00095 TestStateMachine,
00096 TestStringUtil,
00097 TestLogger,
00098 TestTimer,
00099 TestTimeValue,
00100 TestManager,
00101 )
00102
00103 if __name__ == '__main__':
00104 test_main()