Frankenmint / googletest

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

Like DISABLED_* disables a test fixture, there should be an ENABLED_* that only enables one test fixture #366

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to enhance debugging unit tests it would be great if you could only 
enable one test fixture by changing the name of the class to ENABLED_*.
Currently you have to rename every other class to DISABLED_* to achieve this.

Original issue reported on code.google.com by n.hor...@gmail.com on 15 Apr 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Please send feature request to the mailing list instead of the issue tracker.  
Thanks.

We already have the --gtest_fiter command-line flag designed for this purpose.

Original comment by w...@google.com on 15 Apr 2011 at 5:35