00001 // 00002 // Copyright 2004 P&P Software GmbH - All Rights Reserved 00003 // 00004 // TestCaseRootObject_1.h 00005 // 00006 // Version 1.0 00007 // Date 13.09.02 00008 // Author A. Pasetti (P&P Software) 00009 00010 #ifndef TestCaseRootObject_1H 00011 #define TestCaseRootObject_1H 00012 00013 #include "../Utilities/TestCaseGenericSetUp.h" 00014 00025 class TestCaseRootObject_1 : public TestCaseGenericSetUp { 00026 00027 public : 00028 00033 TestCaseRootObject_1(void); 00034 00038 virtual void runTestCase(void); 00039 }; 00040 00041 #endif