25 #ifndef WDATASET_TEST_H
26 #define WDATASET_TEST_H
28 #include <boost/shared_ptr.hpp>
29 #include <cxxtest/TestSuite.h>
30 #include "../WDataSet.h"
43 TS_ASSERT_THROWS_NOTHING(
WDataSet dataSet() );
47 #endif // WDATASET_TEST_H
Base class for all data set types.
Test important functionality of WDataSet class.
void testInstantiation(void)
Instatiation should throw nothing.