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

TestCaseFSM_1.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // TestCaseFSM_1.h 00005 // 00006 // Version 1.0 00007 // Date 04.10.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef TestCaseFSM_1H 00011 #define TestCaseFSM_1H 00012 00013 #include "../Utilities/TestCaseWithEvtCheck.h" 00014 00042 class TestCaseFSM_1 : public TestCaseWithEvtCheck { 00043 00044 public : 00045 00050 TestCaseFSM_1(void); 00051 00055 virtual void runTestCase(void); 00056 }; 00057 00058 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved