xmsgeom  1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
TrAutoFixFourTrianglePts.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 
23 class TrAutoFixFourTrianglePtsUnitTests : public CxxTest::TestSuite
24 {
25 public:
26  void test1();
27 }; // class TrAutoFixFourTrianglePtsUnitTests
28 
29 #endif
Tests for TrAutoFixFourTrianglePts.
void test1()
Tests TrAutoFixFourTrianglePts.