mirror of
https://github.com/google/googletest.git
synced 2025-01-14 00:20:57 +08:00
Preparation for including docs in round-trip with OSS
This commit is contained in:
parent
5af948b30e
commit
947aeab281
@ -2292,8 +2292,8 @@ bool Job2(int n, char c) { ... }
|
||||
|
||||
#### Invoking an Argument of the Mock Function
|
||||
|
||||
Sometimes a mock function will receive a function pointer, a functor, or a
|
||||
`google3`-style callback (in other words, a "callable") as an argument, e.g.
|
||||
Sometimes a mock function will receive a function pointer, a functor (in other
|
||||
words, a "callable") as an argument, e.g.
|
||||
|
||||
```cpp
|
||||
class MockFoo : public Foo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user