Main Page   Class Hierarchy   Compound List   File List   Compound Members  

testcase.h

00001 #ifndef ZIPIOS_TESTCASE_H
00002 #define ZIPIOS_TESTCASE_H
00003 
00004 namespace zipios {
00005 
00006 class TestCase {
00007 public:
00008   virtual void runTests() = 0;
00009   
00010 };
00011 
00012 } // namespace
00013 
00014 #endif

Generated at Tue Aug 14 20:39:26 2001 for Zipios++ by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000