- 24 Jul, 2015 1 commit
-
-
kosak authored
-
- 02 Apr, 2014 1 commit
-
-
kosak authored
-
- 12 Mar, 2013 1 commit
-
-
zhanyong.wan authored
-
- 15 Nov, 2012 1 commit
-
-
jgm authored
changes that haven't made it to svn. The descriptions of each change are listed below. - Fixes some python shebang lines. - Add ElementsAreArray overloads to gmock. ElementsAreArray now makes a copy of its input elements before the conversion to a Matcher. ElementsAreArray can now take a vector as input. ElementsAreArray can now take an iterator pair as input. - Templatize MatchAndExplain to allow independent string types for the matcher and matchee. I also templatized the ConstCharPointer version of MatchAndExplain to avoid calls with "char*" from using the new templated MatchAndExplain. - Fixes the bug where the constructor of the return type of ElementsAre() saves a reference instead of a copy of the arguments. - Extends ElementsAre() to accept arrays whose sizes aren't known. - Switches gTest's internal FilePath class from testing::internal::String to std::string. testing::internal::String was introduced when gTest couldn't depend on std::string. It's now deprecated. - Switches gTest & gMock from using testing::internal::String objects to std::string. Some static methods of String are still in use. We may be able to remove some but not all of them. In particular, String::Format() should eventually be removed as it truncates the result at 4096 characters, often causing problems.
-
- 04 Nov, 2011 1 commit
-
-
vladlosev authored
-
- 22 Feb, 2011 1 commit
-
-
zhanyong.wan authored
-
- 02 Feb, 2011 1 commit
-
-
zhanyong.wan authored
report; also removes the comment() and test_case_comment() fields of TestInfo. Proposed and initally implemented by Joey Oravec. Re-implemented by Vlad Losev.
-
- 06 Dec, 2010 1 commit
-
-
zhanyong.wan authored
Allows a value-parameterized test fixture to derive from Test and WithParamInterface<T> separately; contributed by Matt Austern.
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 18 May, 2010 1 commit
-
-
vladlosev authored
-
- 20 Mar, 2010 1 commit
-
-
vladlosev authored
Fixes comments and tests for the moment of generator parameter evaluation in INSTANTIATE_TEST_CASE_P.
-
- 17 Feb, 2010 1 commit
-
-
zhanyong.wan authored
-
- 16 Dec, 2009 1 commit
-
-
zhanyong.wan authored
-
- 29 May, 2009 1 commit
-
-
zhanyong.wan authored
Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments.
-
- 23 Feb, 2009 1 commit
-
-
zhanyong.wan authored
-
- 09 Dec, 2008 1 commit
-
-
shiqian authored
-
- 20 Nov, 2008 1 commit
-
-
vladlosev authored
-