⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testresults.cpp

📁 含有uml的多个实例及实例的java源码。
💻 CPP
字号:
// {{{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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -