1 |
|
2 |
/******************************************************* |
3 |
* |
4 |
* Copyright (c) 2003-2010 by University of Queensland |
5 |
* Earth Systems Science Computational Center (ESSCC) |
6 |
* http://www.uq.edu.au/esscc |
7 |
* |
8 |
* Primary Business: Queensland, Australia |
9 |
* Licensed under the Open Software License version 3.0 |
10 |
* http://www.opensource.org/licenses/osl-3.0.php |
11 |
* |
12 |
*******************************************************/ |
13 |
|
14 |
|
15 |
#if !defined multi_arrayTestCase_20040319_H |
16 |
#define multi_arrayTestCase_20040319_H |
17 |
|
18 |
#include <cppunit/TestFixture.h> |
19 |
#include <cppunit/TestSuite.h> |
20 |
|
21 |
class multi_arrayTestCase : public CppUnit::TestFixture |
22 |
{ |
23 |
public: |
24 |
void testAll(); |
25 |
|
26 |
static CppUnit::TestSuite* suite(); |
27 |
}; |
28 |
|
29 |
#endif |
30 |
|