LRAUV  revA
CTD_NeilBrown_Test.h
Go to the documentation of this file.
1 
9 #ifndef _CTD_NEILBROWN_TEST_H_
10 #define _CTD_NEILBROWN_TEST_H_
11 
12 #include "CTD_NeilBrown.h"
13 
14 #include <cxxtest/TestSuite.h>
15 
21 class CTD_NeilBrown_Test : public CxxTest::TestSuite
22 {
23 public:
24 
25  // dummy test
26  void testDummy( void )
27  {}
28 
29 };
30 
31 #endif // _CTD_NEILBROWN_TEST_H
Contains the CTD_NeilBrown class declaration.
Unit tests for CTD_NeilBrown class.
Definition: CTD_NeilBrown_Test.h:21
void testDummy(void)
Definition: CTD_NeilBrown_Test.h:26