testresults.cpp

来自「含有uml的多个实例及实例的java源码。」· C++ 代码 · 共 80 行

CPP
80
字号
// {{{RME classifier 'Logical View::TestHarnesses::TestResults'#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )#pragma implementation "rtg/TestResults.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>#include <rtg/TestResults.h>const RTProtocolDescriptor TestResults::Base::rt_class ={	&RTRootProtocol::rt_class  , &TestResults::Conjugate::rt_class  , "TestResults"  , 0  , 3  , TestResults::Base::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor TestResults::Base::rt_signals[] ={	{		"rtBound"	  , (const RTObject_class *)0	  , TestResults::Base::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , TestResults::Base::rti_rtUnbound	}  , {		"start"	  , &RTType_void	  , TestResults::Base::rti_start	}};const RTProtocolDescriptor TestResults::Conjugate::rt_class ={	&RTRootProtocol::rt_class  , &TestResults::Base::rt_class  , "TestResults"  , 0  , 4  , TestResults::Conjugate::rt_signals#if RTRUNTIMEBC  , &RTProtocolDescriptor::getUnknownGlobalSignal, &RTProtocolDescriptor::getUnknownLocalSignal#endif};const RTSignalDescriptor TestResults::Conjugate::rt_signals[] ={	{		"fail"	  , &RTType_void	  , TestResults::Conjugate::rti_fail	}  , {		"rtBound"	  , (const RTObject_class *)0	  , TestResults::Conjugate::rti_rtBound	}  , {		"rtUnbound"	  , (const RTObject_class *)0	  , TestResults::Conjugate::rti_rtUnbound	}  , {		"success"	  , &RTType_void	  , TestResults::Conjugate::rti_success	}};// }}}RME

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?