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

Function Documentation

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

Create generic test cases for a specific MutableGenericMap implementation.

The tests will include all those added by addGenericMapTestCases.

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.