xmsinterp  1.0
NodalFunc.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 //----- Included files ---------------------------------------------------------
11 #include <cxxtest/TestSuite.h>
12 
13 //----- Forward declarations ---------------------------------------------------
14 
15 //----- Namespace declaration --------------------------------------------------
16 // namespace xms {
17 
18 //----- Constants / Enumerations -----------------------------------------------
19 
20 //----- Structs / Classes ------------------------------------------------------
21 class NodalFuncUnitTests : public CxxTest::TestSuite
22 {
23 public:
24  void testCreateClass();
26 };
27 
28 //----- Function prototypes ----------------------------------------------------
29 
30 //} // namespace xms
31 #endif // CXX_TEST
void testCreateClass()
test class creation
Definition: NodalFunc.cpp:639
tester for the NodalFunc class
Definition: NodalFunc.t.h:21
void testComputeGradientForPoint()
test computing a gradient
Definition: NodalFunc.cpp:651