Open GoogleCodeExporter opened 9 years ago
Original comment by zhanyong...@gmail.com
on 11 Jun 2009 at 3:41
HI, I will submit a patch for this issue.
Original comment by xueyunlong@gmail.com
on 3 Nov 2009 at 1:36
Original comment by w...@google.com
on 27 Sep 2010 at 10:04
I have created a small patch for this: http://codereview.appspot.com/4634105
It checks if tests are available and fails if no tests are defined.
Remarks:
- The existing test case gtest_no_test_unittest is renamed to
gtest_expects_before_tests_unittest because we now have test cases without
defined tests, one with an early EXPECT and one without (the new one).
- It also checks for Passed() so that users get the same behavior with early
failed EXPECTs as before.
Original comment by dirk....@gmail.com
on 28 Jun 2011 at 6:47
Original issue reported on code.google.com by
zhanyong...@gmail.com
on 4 May 2009 at 5:50