Template Function lsst::afw::typehandling::test::addGenericMapTestCases()

Function Documentation

template<class GenericMapFactory>
void lsst::afw::typehandling::test::addGenericMapTestCases()

Create generic test cases for a specific GenericMap implementation.

The tests will be added to the master test suite.

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