/[escript]/trunk/esysUtils/test/EsysExceptionTestCase.h
ViewVC logotype

Annotation of /trunk/esysUtils/test/EsysExceptionTestCase.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (hide annotations)
Tue Oct 26 06:53:54 2004 UTC (18 years, 5 months ago) by jgs
Original Path: trunk/esys2/esysUtils/test/EsysException/EsysExceptionTestCase.h
File MIME type: text/plain
File size: 640 byte(s)
Initial revision

1 jgs 82 #if !defined HANDLETESTCASE_H
2     #define HANDLETESTCASE_H
3    
4     #include <string>
5    
6     #include "CppUnitTest/TestCase.h"
7     #include "CppUnitTest/TestSuite.h"
8     #include "CppUnitTest/TestCaller.h"
9    
10     class EsysExceptionTestCase : public CppUnitTest::TestCase
11     {
12     private:
13     //
14     protected:
15     //
16     // The following methods are for tests
17     //
18     // test methods
19     //
20     void testCase0();
21     void testCase1();
22     void testCase2();
23    
24     public:
25     EsysExceptionTestCase (std::string name) : CppUnitTest::TestCase (name) {}
26     ~EsysExceptionTestCase() {}
27     //
28     //
29     // return the suite of tests to perform
30     //
31     static CppUnitTest::TestSuite* suite ();
32     };
33    
34     #endif

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26