Template Function lsst::afw::typehandling::test::addGenericMapTestCases(boost::unit_test::test_suite *const)

Function Documentation

template<class GenericMapFactory>
void lsst::afw::typehandling::test::addGenericMapTestCases(boost::unit_test::test_suite *const suite)

Create generic test cases for a specific GenericMap implementation.

Template Parameters
  • GenericMapFactory: a subclass of GenericFactory that creates the desired implementation. Must be default-constructible.

Parameters
  • suite: the test suite to add the tests to.