globaltestdata_marki.cpp
来自「含有uml的多个实例及实例的java源码。」· C++ 代码 · 共 65 行
CPP
65 行
// {{{RME classifier 'Logical View::TestHarnesses::MarkI_Tests::GlobalTestData_MarkI'#if defined( PRAGMA ) && ! defined( PRAGMA_IMPLEMENTED )#pragma implementation "rtg/GlobalTestData_MarkI.h"#endif#include <RTSystem/AutoTestMarkI_x86VisualCpp60.h>#include <rtg/GlobalTestData_MarkI.h>#include <rtg/BrewCycle_Test.h>#include <rtg/CoffeePotNotEmpty_Test.h>#include <rtg/DoNotWarmEmptyPot_Test.h>#include <rtg/NoCoffeePot_Test.h>#include <rtg/NoWaterInBoiler_Test.h>#include <rtg/RemoveCoffeePot_Test.h>#include <rtg/TestCaseDescriptor.h>#include <rtg/WarmNonEmptyPot_Test.h>// {{{RME tool 'OT::Cpp' property 'ImplementationPreface'// {{{USRconst TestCaseDescriptor TestInfoMarkI[] = { { &BrewCycle_Test, "A normal brewing cycle." }, { &CoffeePotNotEmpty_Test, "Brew requested with non-empty pot on warmer." }, { &DoNotWarmEmptyPot_Test, "Empty pot added to warmer." }, { &NoCoffeePot_Test, "Brew requested with no pot on warmer." }, { &NoWaterInBoiler_Test, "Brew requested with no water in boiler." }, { &RemoveCoffeePot_Test, "Coffee pot removed and returned in middle of brew cycle." }, { &WarmNonEmptyPot_Test, "Non-empty pot added to warmer." } };// }}}USR// }}}RME// {{{RME classAttribute 'NUM_TESTS_MARKI'const int NUM_TESTS_MARKI = 7;// }}}RME// {{{RME tool 'OT::Cpp' property 'ImplementationEnding'// {{{USR// }}}USR// }}}RME// }}}RME
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?