xmsstamper  1.0
XmStampInterpCrossSection.t.h
Go to the documentation of this file.
1 #pragma once
2 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 #ifdef CXX_TEST
11 
12 // 3. Standard Library Headers
13 
14 // 4. External Library Headers
15 #include <cxxtest/TestSuite.h>
16 
17 // 5. Shared Headers
18 
19 // 6. Non-shared Headers
20 
23 class XmStampInterpCrossSectionUnitTests : public CxxTest::TestSuite
24 {
25 public:
26  void test0();
27  void test1();
29 }; // XmStampInterpCrossSectionUnitTests
30 
31 #endif
Tests the XmStampInterpCrossSection class.
void testCrossSectionTutorial()
[snip_test_Example_XmStamper_Test1]>
void test0()
Tests symetric cross section interpolation.
void test1()
[snip_test_Example_XmStamper_Test1]