Closed GoogleCodeExporter closed 9 years ago
The gtest model is that the list of tests must be determined before
RUN_ALL_TESTS(), so this is not a supported use case. My recommendation is to
either move the set-up logic out of SetUpTestCase() and into main(), or avoid
using parameterized tests.
Original comment by w...@google.com
on 14 Jun 2010 at 8:04
BTW, please use the mailing list for feature requests s.t. more people can
participate in the discussion. We use the issue tracker for reporting bugs
only. Thanks.
Original comment by w...@google.com
on 14 Jun 2010 at 8:05
Original issue reported on code.google.com by
da...@optionmetrics.com
on 14 Jun 2010 at 7:56