xmsmesh  1.0
MePolyOffsetter.t.h
Go to the documentation of this file.
1 //------------------------------------------------------------------------------
6 //------------------------------------------------------------------------------
7 #pragma once
8 #ifdef CXX_TEST
9 
10 //----- Included files ---------------------------------------------------------
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 //----- Forward declarations ---------------------------------------------------
21 
22 //----- Namespace declaration --------------------------------------------------
23 // namespace xms {
24 
25 //----- Constants / Enumerations -----------------------------------------------
26 
27 //----- Structs / Classes ------------------------------------------------------
28 class MePolyOffsetterUnitTests : public CxxTest::TestSuite
29 {
30 public:
31  void testCreateClass();
32  void testBox0();
33  void testBox1();
34  void testBox1a();
35  void testCase1();
36  void testCase1a();
37  void testCase1b();
38 };
39 //----- Function prototypes ----------------------------------------------------
40 
41 //} // namespace xms
42 #endif
void testCase1()
tests offseting from the shape shown below
void testCreateClass()
tests creating the class
void testBox0()
test offsetting from a box polygon
void testBox1()
tests offseting from the shape shown below
tester for the MePolyOffsetter class
void testCase1a()
tests offseting from the shape shown below
void testBox1a()
tests offseting from the shape shown below
void testCase1b()
tests offseting from the shape shown below