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