ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

all tests need to be registered before RUN_ALL_TESTS() #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 20 Jul 2009 at 7:33

GoogleCodeExporter commented 9 years ago
Fixed by Vlad.

Original comment by zhanyong...@gmail.com on 16 Sep 2009 at 9:40