Test for GridContainers classes. More...
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE ( PointIsolationAlg_test ) |
Functions | |
void | GridContainer2DTest () |
Test for a GridContainer2D of integers. More... | |
void | GridContainer3DTest () |
Test for a GridContainer3D of integers. More... | |
BOOST_AUTO_TEST_CASE (GridContainer2DTestCase) | |
BOOST_AUTO_TEST_CASE (GridContainer3DTestCase) | |
Test for GridContainers classes.
This test instantiates some GridContainer objects.
The test is run with no arguments.
Tests are run:
GridContainer2DTest
: two-dimension container testGridContainer3DTest
: three-dimension container testSee the documentation of the three functions for more information.
Definition in file GridContainers_test.cc.
#define BOOST_TEST_MODULE ( PointIsolationAlg_test ) |
Definition at line 25 of file GridContainers_test.cc.
BOOST_AUTO_TEST_CASE | ( | GridContainer2DTestCase | ) |
Definition at line 218 of file GridContainers_test.cc.
BOOST_AUTO_TEST_CASE | ( | GridContainer3DTestCase | ) |
Definition at line 222 of file GridContainers_test.cc.
void GridContainer2DTest | ( | ) |
Test for a GridContainer2D of integers.
The test instantiates a GridContainer2D<int>
container with a hard-coded, known content, and verifies all the elements of the interface (except the move version of the insertion methods).
Definition at line 39 of file GridContainers_test.cc.
void GridContainer3DTest | ( | ) |
Test for a GridContainer3D of integers.
The test instantiates a GridContainer3D<int>
container with a hard-coded, known content, and verifies all the elements of the interface (except the move version of the insertion methods).
Definition at line 129 of file GridContainers_test.cc.