- 29 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 23 Dec, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 18 Dec, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 16 Dec, 2009 4 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 14 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 07 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 01 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 24 Nov, 2009 1 commit
-
-
zhanyong.wan authored
Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev).
-
- 17 Nov, 2009 4 commits
-
-
vladlosev authored
Implements the element_type typedef in testing::internal::scoped_ptr. This is needed to test gmock's IsNull/NotNull with it.
-
vladlosev authored
Prevents Google Test from printing help message upon seeing the --gtest_stack_trace_depth flag. This was breaking gmock_output_test.
-
vladlosev authored
Blocks test binaries from inheriting GTEST_OUTPUT variable when invoked from Python test scripts (fixes issue 223).
-
vladlosev authored
-
- 13 Nov, 2009 1 commit
-
-
zhanyong.wan authored
Improves the scons scripts and run_tests.py (by Vlad Losev); uses typed tests in gtest-port_test.cc only when typed tests are available (by Zhanyong Wan); makes gtest-param-util-generated.h conform to the C++ standard (by Zhanyong Wan).
-
- 10 Nov, 2009 1 commit
-
-
zhanyong.wan authored
-
- 23 Oct, 2009 1 commit
-
-
vladlosev authored
-
- 22 Oct, 2009 1 commit
-
-
vladlosev authored
-
- 20 Oct, 2009 1 commit
-
-
vladlosev authored
Implements support for AssertionResult in Boolean assertions such as EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests.
-
- 14 Oct, 2009 1 commit
-
-
vladlosev authored
Fixes: Scons build file broken when used in another SConstruct; warning in VC 8.0 when compiled with /Wp64
-
- 01 Oct, 2009 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 30 Sep, 2009 3 commits
-
-
zhanyong.wan authored
Fixes a typo in __GNUC__ (by Zhanyong Wan).
-
zhanyong.wan authored
Enables death tests on minGW (by Vlad Losev).
-
zhanyong.wan authored
Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev).
-
- 24 Sep, 2009 2 commits
-
-
zhanyong.wan authored
Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to simplify gtest code (by Zhanyong Wan).
-
zhanyong.wan authored
-
- 22 Sep, 2009 1 commit
-
-
zhanyong.wan authored
-
- 21 Sep, 2009 1 commit
-
-
zhanyong.wan authored
Adds a Random class to support --gtest_shuffle (by Josh Kelley); Makes the scons script build in a deterministic order (by Zhanyong Wan).
-
- 18 Sep, 2009 2 commits
-
-
zhanyong.wan authored
Renames the TestPartResult type enums and adjusts the order of methods in the event listener interface (by Vlad Losev).
-
zhanyong.wan authored
assignment operator cannot be generated) enabled.
-
- 17 Sep, 2009 2 commits
-
-
zhanyong.wan authored
Renames the methods in the event listener API, and changes the order of *End events (by Vlad Losev).
-
zhanyong.wan authored
-
- 16 Sep, 2009 3 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
zhanyong.wan authored
GTEST_HIDE_UNREACHABLE_CODE_ to GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_ (by Vlad Losev).
-
- 11 Sep, 2009 1 commit
-
-
zhanyong.wan authored
Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan).
-