R9484/testmaster
R9484/test
master
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
affb09edf0df | Billy Donahue | move googlemock files into googlemock/ subdir | Aug 25 2015 | |||
01db9d469ba1 | kosak | Injection point for GTEST_CUSTOM_INIT_GOOGLE_TEST_FUNCTION_ | Jul 28 2015 | |||
e83085aeb11d | kosak | Inject a mock stack trace getter. | Jul 28 2015 | |||
cac6c1bb5396 | kosak | Tests based on GTEST_HAS_STD_UNIQUE_PTR_ and GTEST_HAS_STD_SHARED_PTR_. Pull in… | Jul 28 2015 | |||
37a8c1068d06 | kosak | Missing diff that should have gone along with the pull of gtest 738. | Jul 27 2015 | |||
a6e32f0a2c68 | kosak | Explicitly specify return value for lambda in AsStdFunction() to ensure it… | Jul 24 2015 | |||
f6df4c6baf24 | kosak | Remove some tests. | Jul 20 2015 | |||
9b1a944ec48b | kosak | Fix EXPECT_THAT() to support literal strings as a second argument. | Apr 29 2015 | |||
6305ff5a922d | kosak | Change IsNull and NotNull to use ==/!= nullptr in C++11. Also update… | Apr 29 2015 | |||
5625dd333a62 | kosak | Suppresses the stack trace in a warning for uninteresting call by default; the… | Feb 14 2015 | |||
d478a1f46d51 | kosak | In C++11 and above, makes a mock method whose return type is default… | Feb 14 2015 | |||
53d49dc43ea3 | kosak | Make ReturnNull() support unique_ptr and shared_ptr. | Jan 8 2015 | |||
6b817803104b | kosak | Makes DoubleNear() print the diff between the actual and the expected value… | Jan 8 2015 | |||
cd99eb0bbd83 | kosak | Fix gmock-matchers_test's ConstIter. | Nov 17 2014 | |||
7123d8313283 | kosak | Fix gmock Action behaviour when return type is Wrapper | Nov 17 2014 | |||
506340a66b78 | kosak | Generate relational matchers (Eq,Lt, etc) with CRTP instead of macro. | Nov 17 2014 | |||
389bad61e2eb | kosak | Silence a signedness-comparison warning in gmock-actions_test. include… | Nov 17 2014 | |||
3d1c78b2bff0 | kosak | Add ByMove() modifier for the Return() action. Pull in gtest 695. | Nov 17 2014 | |||
5b9cbbb16d77 | kosak | Distinguish between C++11 language and library support for std::function, std… | Nov 17 2014 | |||
2336e9c171b5 | kosak | Defines the UnorderedPointwise(m, container) matcher, which is like Pointwise(m… | Jul 29 2014 | |||
06678924fa3a | kosak | Allows {Unordered,}ElementsAreArray() to accept any STL-style container as the… | Jul 28 2014 | |||
a9e02a9178d2 | kosak | Add MockFunction::AsStdFunction(). Also pull in gtest 688. | Jun 18 2014 | |||
1f5fdea417f1 | billydonahue | Push several shanges: | May 19 2014 | |||
bd0188320de5 | kosak | Export tuple and friends in the ::testing namespace. | Apr 2 2014 | |||
15d61e42bdd4 | kosak | Implement threading support for gmock on Windows. Replace U+2013 with U+002D in… | Mar 24 2014 | |||
b6a348862b3e | kosak | Introduce a BeginEndDistanceIs matcher for containers such as std::forward_list… | Mar 12 2014 | |||
fc4aa1d71883 | kosak | Suppress "Conditional expression is constant" warning on Visual Studio. | Jan 29 2014 | |||
b5c81098a8cc | kosak | Support mocking methods with move-only return types. | Jan 29 2014 | |||
b93d0f10d5a1 | kosak | Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. | Jan 13 2014 | |||
04ce8521f481 | kosak | Adds a note in the "uninteresting mock method call" warning to advise people… | Jan 13 2014 | |||
18489fa4f81a | kosak | Distinguish between C++11 language and library support for <initializer_list>. | Dec 5 2013 | |||
6414d806cd7d | kosak | Fix warnings encountered with clang -Wall, and pull in gtest 670. | Dec 4 2013 | |||
b72d18ca553c | kosak | Clarify the rationale for gmock_all_test.cc, and pull in gtest 669 | Dec 3 2013 | |||
5f2a6ca4fd5e | kosak | Don't copy the argument in SafeMatcherCast because it's not safe. | Dec 3 2013 | |||
35877b796731 | zhanyong.wan | avoids clash with the max() macro on Windows | Sep 18 2013 | |||
6e0fba4de0c5 | zhanyong.wan | fixes the bug reported by Andrzej Jarzabek where 2 gmock tests fail when built… | Sep 16 2013 | |||
45fef502fac4 | zhanyong.wan | makes googlemock generator handle some class templates; pulls in gtest r662 | Sep 7 2013 | |||
1cc1d4bcecda | zhanyong.wan | Makes some container matchers accept initializer lists in C++11 mode and work… | Aug 8 2013 | |||
5579c1a8b159 | zhanyong.wan | Makes UnorderedElementsAre*() work with containers that don't have size() or… | Jul 30 2013 | |||
fb25d5391143 | zhanyong.wan | Adds matchers UnorderedElementsAre[Array]() (by Billy Donahue); pulls in gtest… | Jul 28 2013 | |||
616180e6847d | zhanyong.wan | New floating-point matchers: DoubleNear() and friends; AllOf() and AnyOf() can… | Jun 18 2013 | |||
f4274520da25 | zhanyong.wan | Makes EXPECT_THAT typesafe; updates CHANGES for 1.7.0; pulls in gtest r653 | Apr 24 2013 | |||
c10a35a26af0 | zhanyong.wan | Fixes some compatibility issues with STLport. | Apr 5 2013 | |||
a9a59e06dd7c | zhanyong.wan | Makes WhenSorted() support associative containers (by billydonahue@google.com). | Mar 27 2013 | |||
1f122a06e6aa | zhanyong.wan | Adds special support for matching StringPiece. Pulls in gtest r646. | Mar 25 2013 | |||
a1a98f840e25 | zhanyong.wan | Adds a cmake target for gmock_ex_test; also fixes name shadowing warnings. | Mar 1 2013 | |||
c896504e4175 | zhanyong.wan | Improves the tests for nice, naggy, and strict mocks. | Mar 1 2013 | |||
20d1a235bcfb | zhanyong.wan | Allows the return type of a mock method to contain unprotected commas. | Mar 1 2013 | |||
29be92385e11 | zhanyong.wan | Removes unused variables and functions. | Mar 1 2013 | |||
844fa94976ac | zhanyong.wan | Implements NaggyMock. | Mar 1 2013 | |||
a31d9ce29002 | zhanyong.wan | Implements matcher SizeIs(). | Mar 1 2013 | |||
320814aca02d | zhanyong.wan | Implements matcher IsEmpty(); also pulls in gtest r643. | Mar 1 2013 | |||
edd4ab4945ae | zhanyong.wan | Makes googlemock throw a runtime_error instead of abort when a mock method with… | Feb 28 2013 | |||
38513a8bb154 | jgm | Unfortunately, the svn repo is a bit out of date. This commit contains 8… | Nov 15 2012 | |||
ada23475e27b | vladlosev | Makes gmock's Pointee() work for optional<T> (by Jeffrey Yasskin). | Aug 14 2012 | |||
2fd619edd3d1 | zhanyong.wan | Pulls in gtest r615. | May 31 2012 | |||
79a367eb217f | jgm | Reduced template instantiation depth for the AllOf and AnyOf matchers. Also… | Apr 10 2012 | |||
9bcb5f9146db | vladlosev | Fixes a lock reentrancy when destroying a mock causes destruction of another… | Oct 25 2011 | |||
898725cf47aa | zhanyong.wan | Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595. | Sep 16 2011 | |||
587c1b37c2f0 | vladlosev | Adds support for building Google Mock as a shared library (DLL). | May 20 2011 | |||
47be72a952e6 | vladlosev | A test to verify correcteness of Google Mock on multiple threads. | May 11 2011 | |||
8d3dc0cdd870 | zhanyong.wan | simplifies TrulyMatcher and adds a test for it | Apr 14 2011 | |||
aa43220fe5d3 | vladlosev | Changes diagnostic output of the question mark from '\?' to '?'. | Apr 1 2011 | |||
86d2eeb1120a | zhanyong.wan | Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek). | Mar 16 2011 | |||
fc8c6c479a52 | zhanyong.wan | Disables SetArgPointee("string literal") for GCC 4.0- and Symbian, and adds… | Mar 9 2011 | |||
658ac0b71a35 | zhanyong.wan | Indents preprocessor directives. | Feb 24 2011 | |||
ed6c9277bb12 | zhanyong.wan | Makes Google Mock compile much faster and use much less memory; reviewed by… | Feb 23 2011 | |||
e5121b5a828c | vladlosev | Improves cross-platform compatibility of gmock output. This fixes issue 135. | Feb 12 2011 | |||
a684b5a5269e | zhanyong.wan | Enables SetArgPointee<>() to accept a string literal; removes a self-assignment… | Dec 3 2010 | |||
2321b2a67573 | zhanyong.wan | Adds action SaveArgPointee. | Oct 14 2010 | |||
5921483640fe | zhanyong.wan | Adds SetArgPointee to replace SetArgumentPointee. | Oct 5 2010 | |||
736baa8ac028 | zhanyong.wan | Prints the type of the actual value as part of a match message when appropriate. | Sep 27 2010 | |||
53e08c44dd34 | zhanyong.wan | Include gtest and gmock headers as user headers instead of system headers. | Sep 14 2010 | |||
2516f60da907 | zhanyong.wan | Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned… | Aug 31 2010 | |||
c6333dca1c94 | zhanyong.wan | Picks up gtest r453. | Aug 9 2010 | |||
d60c5f41c284 | zhanyong.wan | Removes unused scons scripts; picks up gtest r446. | Jul 22 2010 | |||
e3bd0981ca06 | zhanyong.wan | Implements ReturnPointee() and ReturnRefOfCopy(). | Jul 3 2010 | |||
02c1505ebfaa | zhanyong.wan | Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger. | Jun 9 2010 | |||
b4140808f98f | zhanyong.wan | Replaces Python-style interpolation with arbitrary C++ string expression in… | Jun 9 2010 | |||
ab5b77c17900 | zhanyong.wan | Implements Pointwise(). | May 17 2010 | |||
e2e8ba401d19 | vladlosev | Renames test script flags. | May 13 2010 | |||
02f7106557fd | zhanyong.wan | Moves the universal printer from gmock to gtest (by Vlad Losev). | May 10 2010 | |||
76c1c612e23d | vladlosev | Fixes tests leaking altered values of GMOCK_FLAG(verbose) (issue 110). | May 5 2010 | |||
54af9ba50a8c | vladlosev | Adds a synchronization test. | May 4 2010 | |||
33605ba45417 | zhanyong.wan | Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by… | Apr 23 2010 | |||
b1c7f93c52d7 | zhanyong.wan | Improves matcher messages across the board. | Mar 24 2010 | |||
676e8cc60928 | zhanyong.wan | Fixes the explanation generated by many composite matchers (by Manuel Klimek)… | Mar 16 2010 | |||
a862f1de30ed | zhanyong.wan | Adds IsInterested() to MatchResultListener; clarifies the format of matcher… | Mar 15 2010 | |||
34b034c21ef4 | zhanyong.wan | Adds a free function MatchAndExplain(). | Mar 5 2010 | |||
470df42bad6a | zhanyong.wan | Enables tests depending on stdout capturing (by Vlad Losev). | Feb 2 2010 | |||
db22c227826b | zhanyong.wan | BREAKING CHANGE: drops the old matcher API. See http://code.google. | Jan 28 2010 | |||
d14aaed74b2a | zhanyong.wan | Enables regex matchers on all platforms. | Jan 14 2010 | |||
6953a725fc21 | zhanyong.wan | Allows Field() and Property() to work when the matcher argument is a pointer… | Jan 13 2010 | |||
821133180ccd | zhanyong.wan | Implements the new matcher API. | Jan 8 2010 | |||
32de5f537631 | zhanyong.wan | Fixes a slew of compiler warnings and turns on "warning as error" in the scons… | Dec 23 2009 | |||
39bf784f839a | zhanyong.wan | Removes uses of GTEST_HAS_STD_STRING. | Dec 17 2009 | |||
f6d6a22b8eea | zhanyong.wan | Fixes Cygwin compatibility (by Vlad Losev); Improves Python tests (by Vlad… | Dec 1 2009 | |||
19eb9e9e3d4d | zhanyong.wan | Pulls in gtest r344; improves implicit_cast (by Zhanyong Wan); makes the Python… | Nov 24 2009 | |||
e56daa7de1d8 | vladlosev | Tests NotNull/IsNull with testing::internal::scoped_ptr. | Nov 18 2009 | |||
79b83505bcf7 | vladlosev | Updates IsNull and NotNull matchers to work with smart pointers. | Nov 18 2009 |
c4science · Help