mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
Googletest export
Add missing period and use "that" in restrictive clause. PiperOrigin-RevId: 361941663
This commit is contained in:
parent
861d535e25
commit
e8512bc38c
@ -310,8 +310,8 @@ EXPECT_CALL(mock_object, non-overloaded-method)
|
|||||||
|
|
||||||
This syntax allows the test writer to specify "called with any arguments"
|
This syntax allows the test writer to specify "called with any arguments"
|
||||||
without explicitly specifying the number or types of arguments. To avoid
|
without explicitly specifying the number or types of arguments. To avoid
|
||||||
unintended ambiguity, this syntax may only be used for methods which are not
|
unintended ambiguity, this syntax may only be used for methods that are not
|
||||||
overloaded
|
overloaded.
|
||||||
|
|
||||||
Either form of the macro can be followed by some optional *clauses* that provide
|
Either form of the macro can be followed by some optional *clauses* that provide
|
||||||
more information about the expectation. We'll discuss how each clause works in
|
more information about the expectation. We'll discuss how each clause works in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user