/[escript]/trunk/finley/test/MeshAdapterTestCase.h
ViewVC logotype

Contents of /trunk/finley/test/MeshAdapterTestCase.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1388 - (show annotations)
Fri Jan 11 07:45:58 2008 UTC (15 years, 2 months ago) by trankine
File MIME type: text/plain
File size: 1196 byte(s)
And get the *(&(*&(* name right
1
2 /* $Id$ */
3
4 /*******************************************************
5 *
6 * Copyright 2003-2007 by ACceSS MNRF
7 * Copyright 2007 by University of Queensland
8 *
9 * http://esscc.uq.edu.au
10 * Primary Business: Queensland, Australia
11 * Licensed under the Open Software License version 3.0
12 * http://www.opensource.org/licenses/osl-3.0.php
13 *
14 *******************************************************/
15
16 #if !defined MeshAdapterTestCase_20040705_H
17 #define MeshAdapterTestCase_20040705_H
18
19 #include "tools/CppUnitTest/TestCase.h"
20 #include "tools/CppUnitTest/TestSuite.h"
21 #include "tools/CppUnitTest/TestCaller.h"
22
23 class MeshAdapterTestCase : public CppUnitTest::TestCase
24 {
25 public:
26
27 //
28 // setUp is called before each test method to set up test state
29 void setUp();
30 //
31 // tearDown is called after each test method is called.
32 void tearDown();
33
34 //
35 // A test method must return void and have no arguments
36 // MeshAdapter class
37 void testAll();
38
39 MeshAdapterTestCase (std::string name) : TestCase (name) {}
40 ~MeshAdapterTestCase() {}
41 //
42 //
43 // return the suite of tests to perform
44 //
45 static CppUnitTest::TestSuite* suite ();
46 };
47
48 #endif

Properties

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

  ViewVC Help
Powered by ViewVC 1.1.26