You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
vladlosev
on 6 Feb 2009 at 12:31The text was updated successfully, but these errors were encountered: