Home | History | Annotate | Download | only in gtest

Lines Matching full:feature

3  * New feature: death tests on Windows, Cygwin, and Mac.
4 * New feature: ability to use Google Test assertions in other testing
6 * New feature: ability to run disabled test via
8 * New feature: the --help flag for printing the usage.
9 * New feature: access to Google Test flag values in user code.
10 * New feature: a script that packs Google Test into one .h and one
12 * New feature: support for distributing test functions to multiple
27 * New feature: value-parameterized tests.
28 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
41 * New feature: type-parameterized tests.
42 * New feature: exception assertions.
43 * New feature: printing elapsed time of tests.