Lines Matching refs:New

3 * New feature: death tests are supported on OpenBSD and in iOS
5 * New feature: Google Test now implements a protocol to allow
9 * New feature: Test::RecordProperty() can now be used outside of the
12 * New feature (potentially breaking): --gtest_list_tests now prints
30 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
32 * New feature: the universal value printer is moved from Google Mock
34 * New feature: type parameters and value parameters are reported in
62 * New feature: assertions can be safely called in multiple threads
64 * New feature: predicates used inside EXPECT_TRUE() and friends
66 * New feature: Google Test can now be compiled as a DLL.
67 * New feature: fused source files are included.
68 * New feature: prints help when encountering unrecognized Google Test flags.
84 * New feature: the event listener API
85 * New feature: test shuffling
86 * New feature: the XML report format is closer to junitreport and can
88 * New feature: when a test runs under Visual Studio, its failures are
90 * New feature: /MD(d) versions of VC++ projects.
91 * New feature: elapsed time for the tests is printed by default.
92 * New feature: comes with a TR1 tuple implementation such that Boost
94 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
95 * New feature: the Xcode project can now produce static gtest
103 * New feature: death tests on Windows, Cygwin, and Mac.
104 * New feature: ability to use Google Test assertions in other testing
106 * New feature: ability to run disabled test via
108 * New feature: the --help flag for printing the usage.
109 * New feature: access to Google Test flag values in user code.
110 * New feature: a script that packs Google Test into one .h and one
112 * New feature: support for distributing test functions to multiple
127 * New feature: value-parameterized tests.
128 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
141 * New feature: type-parameterized tests.
142 * New feature: exception assertions.
143 * New feature: printing elapsed time of tests.