Sometimes a user wants to iterate over all test cases / tests before
calling RUN_ALL_TESTS(). The UnitTest class provides access to test cases,
but parameterized tests aren't registered yet before RUN_ALL_TESTS() is
called. We should move the registration of parameterized tests to
InitGoogleTest().
Original issue reported on code.google.com by shiq...@gmail.com on 20 Jul 2009 at 7:32
Original issue reported on code.google.com by
shiq...@gmail.com
on 20 Jul 2009 at 7:32