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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 644 - (hide annotations)
Fri Mar 24 01:05:42 2006 UTC (17 years ago) by elspeth
Original Path: trunk/esysUtils/test/EsysException/EsysExceptionTestCase.h
File MIME type: text/plain
File size: 1205 byte(s)
More copyright.

1 elspeth 644 /*
2     ************************************************************
3     * Copyright 2006 by ACcESS MNRF *
4     * *
5     * http://www.access.edu.au *
6     * Primary Business: Queensland, Australia *
7     * Licensed under the Open Software License version 3.0 *
8     * http://www.opensource.org/licenses/osl-3.0.php *
9     * *
10     ************************************************************
11     */
12    
13 jgs 82 #if !defined HANDLETESTCASE_H
14     #define HANDLETESTCASE_H
15    
16     #include <string>
17    
18     #include "CppUnitTest/TestCase.h"
19     #include "CppUnitTest/TestSuite.h"
20     #include "CppUnitTest/TestCaller.h"
21    
22     class EsysExceptionTestCase : public CppUnitTest::TestCase
23     {
24     private:
25     //
26     protected:
27     //
28     // The following methods are for tests
29     //
30     // test methods
31     //
32     void testCase0();
33     void testCase1();
34     void testCase2();
35    
36     public:
37     EsysExceptionTestCase (std::string name) : CppUnitTest::TestCase (name) {}
38     ~EsysExceptionTestCase() {}
39     //
40     //
41     // return the suite of tests to perform
42     //
43     static CppUnitTest::TestSuite* suite ();
44     };
45    
46     #endif

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26