Lines Matching full:feature
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
32 * New feature: assertions can be safely called in multiple threads
34 * New feature: predicates used inside EXPECT_TRUE() and friends
36 * New feature: Google Test can now be compiled as a DLL.
37 * New feature: fused source files are included.
38 * New feature: prints help when encountering unrecognized Google Test flags.
39 * Experimental feature: CMake build script (requires CMake 2.6.4+).
40 * Experimental feature: the Pump script for meta programming.
54 * New feature: the event listener API
55 * New feature: test shuffling
56 * New feature: the XML report format is closer to junitreport and can
58 * New feature: when a test runs under Visual Studio, its failures are
60 * New feature: /MD(d) versions of VC++ projects.
61 * New feature: elapsed time for the tests is printed by default.
62 * New feature: comes with a TR1 tuple implementation such that Boost
64 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
65 * New feature: the Xcode project can now produce static gtest
73 * New feature: death tests on Windows, Cygwin, and Mac.
74 * New feature: ability to use Google Test assertions in other testing
76 * New feature: ability to run disabled test via
78 * New feature: the --help flag for printing the usage.
79 * New feature: access to Google Test flag values in user code.
80 * New feature: a script that packs Google Test into one .h and one
82 * New feature: support for distributing test functions to multiple
97 * New feature: value-parameterized tests.
98 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
111 * New feature: type-parameterized tests.
112 * New feature: exception assertions.
113 * New feature: printing elapsed time of tests.