xmsstamper  1.0
TutStamping.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
9 //------------------------------------------------------------------------------
10 
11 // 3. Standard Library Headers
12 
13 // 4. External Library Headers
14 #include <cxxtest/TestSuite.h>
15 
16 // 5. Shared Headers
17 
18 // 6. Non-shared Headers
19 
20 //----- Namespace declaration --------------------------------------------------
21 
22 class TutStampingUnitTests : public CxxTest::TestSuite
23 {
24 public:
25 
28  void test_StampWingWall();
30  void test_StampGuidebank();
32  void test_RealDataStamping();
33 };
34 
35 #endif
void test_StampCutEmbankment()
Tests stamping a simple cut embankment.
void test_StampIntersectBathymetry()
Tests stamping a simple fill embankment bathymetry cut off.
void test_StampWingWall()
Tests stamping a simple fill embankment with a wing wall end cap.
Tests stamping code.
Definition: TutStamping.t.h:22
void test_RealDataStamping()
[snip_testStampIntersectBathymetry]
void test_StampGuidebank()
Tests stamping a simple fill embankment with guidebank end cap.
void test_StampSlopedAbutment()
Tests stamping a simple fill embankment with sloped abutment end cap.
void test_StampFillEmbankment()
Tests stamping a simple fill embankment.
Definition: TutStamping.cpp:64