Closed GoogleCodeExporter closed 9 years ago
Our experience is that in practice this is rarely a problem. You can always
structure your test case names to reflect the grouping:
TEST(testCase_subTestCase1_subTestCase2, test1).
If you look at the implementation of Google Test, you'll see that it will
complicate
the system a lot to implement multi-tiered tests. We considered this when
designing
Google Test initially and decided not to do it. It's more important to keep
the API
simple, which has paid off.
Original comment by shiq...@gmail.com
on 31 Oct 2008 at 6:38
Original issue reported on code.google.com by
tmrao...@gmail.com
on 31 Oct 2008 at 3:16