xmscore  1.0
pt.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 #include <cxxtest/TestSuite.h>
11 
13 class PtUnitTests : public CxxTest::TestSuite
14 {
15 public:
16  void testIt();
17  void testStreams();
18 };
19 #endif
void testStreams()
tests for point streams
Definition: pt.cpp:325
void testIt()
tests for points
Definition: pt.cpp:27
tests for points classes
Definition: pt.t.h:13