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

TestCaseIntStack_1.h

00001 00002 00003 00004 // 00005 // Copyright 2003 P&P Software GmbH - All Rights Reserved 00006 // 00007 // TestCaseIntStack_1.h 00008 // 00009 // Version 1.0 00010 // Date 10.10.03 (Version 1.0) 00011 // Author A. Pasetti (P&P Software) 00012 // 00013 00014 #ifndef TestCaseIntStack_1H 00015 #define TestCaseIntStack_1H 00016 00017 #include "../Utilities/TestCaseWithEvtCheck.h" 00018 00050 class TestCaseIntStack_1 : public TestCaseWithEvtCheck { 00051 00052 public : 00053 00058 TestCaseIntStack_1(); 00059 00063 virtual void runTestCase(); 00064 }; 00065 00066 #endif 00067
Copyright 2003 P&P Software GmbH - All Rights Reserved