Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

TestCaseDummyPunctualAction_1.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // TestCaseDummyPunctualAction_1.h 00005 // 00006 // Version 1.3 00007 // Date 01.10.02 (Version 1.0) 00008 // 24.02.03 (Version 1.1) 00009 // 03.06.03 (Version 1.2) 00010 // 30.09.03 (Version 1.3) 00011 // Author A. Pasetti (P&P Software), R. Totaro 00012 // 00013 // Change Record: 00014 // Version 1.1: update of comments 00015 // Version 1.2: added tests of getLastOutcome() & resetLastOutcome() methods 00016 // Version 1.2: the base class is now TestCaseWithEvtCheck 00017 00018 #ifndef TestCaseDummyPunctualAction_1H 00019 #define TestCaseDummyPunctualAction_1H 00020 00021 #include "../Utilities/TestCaseWithEvtCheck.h" 00022 00048 class TestCaseDummyPunctualAction_1 : public TestCaseWithEvtCheck { 00049 public : 00054 TestCaseDummyPunctualAction_1(void); 00055 00059 virtual void runTestCase(void); 00060 }; 00061 00062 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved