Lines Matching refs:New
3 * New feature: the event listener API
4 * New feature: test shuffling
5 * New feature: the XML report format is closer to junitreport and can
7 * New feature: when a test runs under Visual Studio, its failures are
9 * New feature: /MD(d) versions of VC++ projects.
10 * New feature: elapsed time for the tests is printed by default.
11 * New feature: comes with a TR1 tuple implementation such that Boost
13 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
14 * New feature: the Xcode project can now produce static gtest
22 * New feature: death tests on Windows, Cygwin, and Mac.
23 * New feature: ability to use Google Test assertions in other testing
25 * New feature: ability to run disabled test via
27 * New feature: the --help flag for printing the usage.
28 * New feature: access to Google Test flag values in user code.
29 * New feature: a script that packs Google Test into one .h and one
31 * New feature: support for distributing test functions to multiple
46 * New feature: value-parameterized tests.
47 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
60 * New feature: type-parameterized tests.
61 * New feature: exception assertions.
62 * New feature: printing elapsed time of tests.