index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
googlemock
/
test
/
gmock-matchers_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Googletest export
Abseil Team
2021-01-14
1
-1/+1
*
Googletest export
Abseil Team
2020-12-09
1
-0/+40
*
Googletest export
Abseil Team
2020-12-07
1
-0/+59
*
Googletest export
Abseil Team
2020-12-03
1
-0/+5
*
Googletest export
Abseil Team
2020-11-09
1
-0/+7
*
Googletest export
Abseil Team
2020-10-14
1
-0/+141
*
Merge pull request #2904 from AmatanHead:throw-matchers
vslashg
2020-08-24
1
-0/+184
|
\
|
*
Remove ThrowsMessageHasSubstr and fix some nits after review
refs/pull/2904/head
Vladimir Goncharov
2020-08-03
1
-49/+18
|
*
Fix build under msvc
Vladimir Goncharov
2020-08-03
1
-5/+5
|
*
Update tests after changing an error message
Vladimir Goncharov
2020-08-03
1
-2/+2
|
*
Add a test to ensure that the `Throws` matcher only invokes its argument once.
Vladimir Goncharov
2020-08-03
1
-0/+30
|
*
Add a test for duplicate catch clauses in throw matchers, fix a couple of nit...
Vladimir Goncharov
2020-08-03
1
-0/+6
|
*
Add missing documentation piece
Vladimir Goncharov
2020-08-03
1
-0/+20
|
*
Small improvements: code style and property name
Vladimir Goncharov
2020-08-03
1
-4/+2
|
*
Add matchers for testing exception properties
Vladimir Goncharov
2020-08-03
1
-0/+182
|
/
*
Googletest export
ofats
2020-07-15
1
-0/+1167
*
Googletest export
Abseil Team
2020-06-10
1
-9/+36
*
Remove all uses of GTEST_DISALLOW_{MOVE_,}ASSIGN_.
Arthur O'Dwyer
2020-04-24
1
-6/+0
*
Googletest export
dmauro
2020-03-17
1
-5/+3
*
Googletest export
Abseil Team
2020-02-28
1
-4/+5
*
Googletest export
Abseil Team
2020-02-11
1
-94/+95
*
Googletest export
Abseil Team
2020-02-07
1
-0/+27
*
Merge pull request #2665 from bysreg:fix_noshortcircuitfailure_detectsflakysh...
Xiaoyi Zhang
2020-01-21
1
-3/+5
|
\
|
*
Use IsReadableTypeName IsReadableTypeName in OfType function in gmock-matcher...
refs/pull/2665/head
Muhammad Hilman Beyri
2020-01-13
1
-1/+1
|
*
fix unit test failure on NoShortCircuitOnFailure and DetectsFlakyShortCircuit...
Muhammad Hilman Beyri
2020-01-12
1
-2/+2
|
/
*
Merge pull request #2593 from kuzkry:remove-workaround_msvc-namespace-scope-f...
Gennadiy Rozental
2019-11-26
1
-9/+4
|
\
|
*
remove MSVC workaround: accessing namespace scope from within nested classes
refs/pull/2593/head
Krystian Kuzniarek
2019-11-22
1
-9/+4
*
|
Googletest export
Abseil Team
2019-11-22
1
-2/+3
|
/
*
Merge pull request #2444 from kuzkry:remove-GTEST_ARRAY_SIZE_
Gennadiy Civil
2019-10-22
1
-17/+21
|
\
|
*
remove GTEST_ARRAY_SIZE_
refs/pull/2444/head
Krystian Kuzniarek
2019-09-23
1
-15/+17
*
|
Googletest export
Abseil Team
2019-10-22
1
-0/+108
*
|
Googletest export
misterg
2019-10-18
1
-108/+0
*
|
Googletest export
Abseil Team
2019-10-17
1
-0/+108
*
|
Googletest export
Abseil Team
2019-09-27
1
-0/+10
|
/
*
restore mistakenly removed iffs in their explicit form
refs/pull/2387/head
Krystian Kuzniarek
2019-08-20
1
-7/+6
*
remove custom implementations of std::is_same
refs/pull/2399/head
Krystian Kuzniarek
2019-08-14
1
-1/+1
*
fix typos
refs/pull/2356/head
Krystian Kuzniarek
2019-07-30
1
-3/+3
*
Fixed issue #2284 (Incompatibility with C++17)
refs/pull/2285/head
Tom Lachecki
2019-06-13
1
-2/+2
*
Merge pull request #2170 from ngie-eign:issue-2146-ver2
Gennadiy Civil
2019-04-18
1
-10/+13
|
\
|
*
clang: fix `-Wsign-conversion` errors
Enji Cooper
2019-04-06
1
-9/+11
|
/
*
Googletest export
Abseil Team
2019-04-01
1
-272/+6
*
Fix clang `-Wunused-parameter` warnings
refs/pull/2125/head
Enji Cooper
2019-02-13
1
-1/+1
*
Fix clang `-Winconsistent-missing-override` warnings
Enji Cooper
2019-02-13
1
-3/+3
*
Fix -Wunused-private-field issues with clang
refs/pull/2119/head
Enji Cooper
2019-02-13
1
-0/+2
*
Googletest export
Abseil Team
2019-02-12
1
-0/+14
*
Googletest export
misterg
2019-02-04
1
-4/+4
*
Googletest export
Abseil Team
2019-01-14
1
-21/+86
*
Googletest export
Abseil Team
2019-01-14
1
-63/+0
*
Googletest export
Abseil Team
2019-01-02
1
-23/+0
*
Googletest export
Abseil Team
2018-12-20
1
-42/+2
[next]