Template Function lsst::afw::typehandling::test::addMutableGenericMapTestCases()¶
Function Documentation¶
-
template<class
GenericMapFactory>
voidlsst::afw::typehandling::test::addMutableGenericMapTestCases() Create generic test cases for a specific MutableGenericMap implementation.
The tests will be added to the master test suite. They will include all tests added by addGenericMapTestCases.
- Template Parameters
GenericMapFactory: a subclass of GenericFactory that creates the desired implementation. Must be default-constructible.