testcasedescriptor.h

来自「含有uml的多个实例及实例的java源码。」· C头文件 代码 · 共 58 行

H
58
字号
// {{{RME classifier 'Logical View::TestHarnesses::TestCaseDescriptor'#ifndef rtg_TestCaseDescriptor_H#define rtg_TestCaseDescriptor_H#ifdef PRAGMA#pragma interface "rtg/TestCaseDescriptor.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>// {{{RME tool 'OT::Cpp' property 'HeaderPreface'// {{{USR// }}}USR// }}}RMEstruct TestCaseDescriptor{	// {{{RME tool 'OT::Cpp' property 'PublicDeclarations'	// {{{USR	// }}}USR	// }}}RMEprotected:	// {{{RME tool 'OT::Cpp' property 'ProtectedDeclarations'	// {{{USR	// }}}USR	// }}}RMEprivate:	// {{{RME tool 'OT::Cpp' property 'PrivateDeclarations'	// {{{USR	// }}}USR	// }}}RMEpublic:	// {{{RME classAttribute 'test'	const RTActorClass * test;	// }}}RME	// {{{RME classAttribute 'name'	const char * name;	// }}}RME};// {{{RME tool 'OT::Cpp' property 'HeaderEnding'// {{{USR// }}}USR// }}}RME#endif /* rtg_TestCaseDescriptor_H */// }}}RME

⌨️ 快捷键说明

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