30 #include <cxxtest/TestSuite.h>
32 #include "../../common/WProperties.h"
74 TS_ASSERT_THROWS_NOTHING(
Dummy d( 1 ) );
83 TS_ASSERT_EQUALS( grid.
size(), 1 );
87 #endif // WGRID_TEST_H
Dummy(size_t size)
Standard constructor of Dummy class.
Base class to all grid types, e.g.
This only is a 3d double vector.
virtual size_t size() const
Get the size.
virtual WBoundingBox getBoundingBox() const
Returns dummy bounding box.
Dummy class for testing the abstract class WGrid.
void testInstantiation(void)
Checks if the Dummy is instanceable.
void testSize(void)
After instantiation there should be only 1 positions.