Closed GoogleCodeExporter closed 9 years ago
Can you give some concrete examples on how this might help you? What syntax do
you
propose to use? Thanks.
Original comment by shiq...@gmail.com
on 31 Oct 2008 at 6:32
What we have been practicing is to give the test descriptive names such that
you
don't need the comments. For example,
TEST(FileTest, CanOpenATextFileInReadOnlyMode) { ... }
When this fails, you know that your code cannot open a text file in read-only
mode.
Original comment by shiq...@gmail.com
on 31 Oct 2008 at 6:40
We decide to close this bug as the test names are meant to be descriptive.
Original comment by shiq...@gmail.com
on 4 Nov 2008 at 10:23
Original issue reported on code.google.com by
tmrao...@gmail.com
on 31 Oct 2008 at 3:14