freyc / googletest

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

needs support for parameterized tests #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Google Test should support tests that are parameterized by:

- a set of values,
- a set of implementations of the same interface (in the inheritance
sense), and
- a set of types/values for instantiating some templates.

The above goals may require different constructs.

Original issue reported on code.google.com by shiq...@gmail.com on 6 Aug 2008 at 12:48

GoogleCodeExporter commented 9 years ago
Implemented in the revision 120.

Original comment by vladlosev on 22 Nov 2008 at 5:58