xmsgeom  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
GmPolyLinePtRedistributer.t.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
7 //------------------------------------------------------------------------------
8 #pragma once
9 #ifdef CXX_TEST
10 
11 //----- Included files ---------------------------------------------------------
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 
21 //----- Forward declarations ---------------------------------------------------
22 
23 //----- Namespace declaration --------------------------------------------------
24 
25 //----- Constants / Enumerations -----------------------------------------------
26 
27 //----- Structs / Classes ------------------------------------------------------
29 class GmPolyLinePtRedistributerUnitTests : public CxxTest::TestSuite
30 {
31 public:
32  void testCreateClass();
33  void testRedistribute();
34  void testRedistribute1();
35 };
36 //----- Function prototypes ----------------------------------------------------
37 
38 #endif
void testRedistribute1()
tests redistributing 2 line segments
void testCreateClass()
tests creating the class
void testRedistribute()
tests redistributing 1 line segment
Tests GmPolyLinePtRedistributer.