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

TestCaseControlList_1.h

00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // TestCaseControlList_1.h 00005 // 00006 // Version 1.0 00007 // Date 11.10.03 (Version 1.0) 00008 // Author R. Totaro 00009 // 00010 // Change Record: 00011 00012 #ifndef TestCaseControlList_1H 00013 #define TestCaseControlList_1H 00014 00015 #include "../Utilities/TestCaseWithEvtCheck.h" 00016 00042 class TestCaseControlList_1 : public TestCaseWithEvtCheck { 00043 public: 00048 TestCaseControlList_1(void); 00049 00053 virtual void runTestCase(void); 00054 }; 00055 #endif
Copyright 2003 P&P Software GmbH - All Rights Reserved