• Home
  • Raw
  • Download

Lines Matching refs:New

3 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
5 * New feature: the universal value printer is moved from Google Mock
7 * New feature: type parameters and value parameters are reported in
35 * New feature: assertions can be safely called in multiple threads
37 * New feature: predicates used inside EXPECT_TRUE() and friends
39 * New feature: Google Test can now be compiled as a DLL.
40 * New feature: fused source files are included.
41 * New feature: prints help when encountering unrecognized Google Test flags.
57 * New feature: the event listener API
58 * New feature: test shuffling
59 * New feature: the XML report format is closer to junitreport and can
61 * New feature: when a test runs under Visual Studio, its failures are
63 * New feature: /MD(d) versions of VC++ projects.
64 * New feature: elapsed time for the tests is printed by default.
65 * New feature: comes with a TR1 tuple implementation such that Boost
67 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
68 * New feature: the Xcode project can now produce static gtest
76 * New feature: death tests on Windows, Cygwin, and Mac.
77 * New feature: ability to use Google Test assertions in other testing
79 * New feature: ability to run disabled test via
81 * New feature: the --help flag for printing the usage.
82 * New feature: access to Google Test flag values in user code.
83 * New feature: a script that packs Google Test into one .h and one
85 * New feature: support for distributing test functions to multiple
100 * New feature: value-parameterized tests.
101 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
114 * New feature: type-parameterized tests.
115 * New feature: exception assertions.
116 * New feature: printing elapsed time of tests.