Lines Matching refs:feature

3  * New feature: assertions can be safely called in multiple threads
5 * New feature: predicates used inside EXPECT_TRUE() and friends
7 * New feature: Google Test can now be compiled as a DLL.
8 * New feature: fused source files are included.
9 * New feature: prints help when encountering unrecognized Google Test flags.
10 * Experimental feature: CMake build script (requires CMake 2.6.4+).
11 * Experimental feature: the Pump script for meta programming.
25 * New feature: the event listener API
26 * New feature: test shuffling
27 * New feature: the XML report format is closer to junitreport and can
29 * New feature: when a test runs under Visual Studio, its failures are
31 * New feature: /MD(d) versions of VC++ projects.
32 * New feature: elapsed time for the tests is printed by default.
33 * New feature: comes with a TR1 tuple implementation such that Boost
35 * New feature: EXPECT_DEATH_IF_SUPPORTED macro and friends.
36 * New feature: the Xcode project can now produce static gtest
44 * New feature: death tests on Windows, Cygwin, and Mac.
45 * New feature: ability to use Google Test assertions in other testing
47 * New feature: ability to run disabled test via
49 * New feature: the --help flag for printing the usage.
50 * New feature: access to Google Test flag values in user code.
51 * New feature: a script that packs Google Test into one .h and one
53 * New feature: support for distributing test functions to multiple
68 * New feature: value-parameterized tests.
69 * New feature: the ASSERT/EXPECT_(NON)FATAL_FAILURE(_ON_ALL_THREADS)
82 * New feature: type-parameterized tests.
83 * New feature: exception assertions.
84 * New feature: printing elapsed time of tests.