Google Test needs to notify the user when a value-parameterized test has
not been instantiated. Otherwise the user can forget to instantiate it,
leading to lapses in test coverage.
Also, value-parameterized tests can be written in one place and
instantiated separately. If such tests are out into a library with the
intention to be instantiated separately, they need to be able to opt out of
such warning. Suggested opt-out macro name:
TEST_P_DOES_NOT_NEED_TO_BE_INSTANTIATED(TestCaseName)
Original issue reported on code.google.com by vladlosev on 6 Feb 2009 at 12:31
Original issue reported on code.google.com by
vladlosev
on 6 Feb 2009 at 12:31