Lines Matching full:feature
3 * New feature: death tests are supported on OpenBSD and in iOS
5 * New feature: Test::RecordProperty() can now be used outside of the
8 * New feature (potentially breaking): --gtest_list_tests now prints
24 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
26 * New feature: the universal value printer is moved from Google Mock
28 * New feature: type parameters and value parameters are reported in
56 * New feature: assertions can be safely called in multiple threads
58 * New feature: predicates used inside EXPECT_TRUE() and friends
60 * New feature: Google Test can now be compiled as a DLL.
61 * New feature: fused source files are included.
62 * New feature: prints help when encountering unrecognized Google Test flags.
63 * Experimental feature: CMake build script (requires CMake 2.6.4+).
64 * Experimental feature: the Pump script for meta programming.
78 * New feature: the event listener API
79 * New feature: test shuffling
80 * New feature: the XML report format is closer to junitreport and can
82 * New feature: when a test runs under Visual Studio, its failures are
84 * New feature: /MD(d) versions of VC++ projects.
85 * New feature: elapsed time for the tests is printed by default.
86 * New feature: comes with a TR1 tuple implementation such that Boost
88 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
89 * New feature: the Xcode project can now produce static gtest
97 * New feature: death tests on Windows, Cygwin, and Mac.
98 * New feature: ability to use Google Test assertions in other testing
100 * New feature: ability to run disabled test via
102 * New feature: the --help flag for printing the usage.
103 * New feature: access to Google Test flag values in user code.
104 * New feature: a script that packs Google Test into one .h and one
106 * New feature: support for distributing test functions to multiple
121 * New feature: value-parameterized tests.
122 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
135 * New feature: type-parameterized tests.
136 * New feature: exception assertions.
137 * New feature: printing elapsed time of tests.