xmscore  1.0
functors.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 #include <cxxtest/TestSuite.h>
10 
12 class FunctorsUnitTests : public CxxTest::TestSuite
13 {
14 public:
15  void TestIt();
16 };
17 #endif
void TestIt()
test functors
Definition: functors.cpp:41
tests for functors
Definition: functors.t.h:12