diff options
author | Sergio Valverde <svg153@users.noreply.github.com> | 2018-10-23 07:57:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-23 07:57:23 +0200 |
commit | 58a8da64cecda05390c880d604e782ed4073ffd9 (patch) | |
tree | 49ff5f1bd8b83a8a27a9ef1e10f699ac1c152115 /googlemock/docs/DesignDoc.md | |
parent | 82987067d8cc6ee034abd18a78bd444cb41fd2c5 (diff) | |
download | googletest-58a8da64cecda05390c880d604e782ed4073ffd9.tar.gz googletest-58a8da64cecda05390c880d604e782ed4073ffd9.tar.bz2 googletest-58a8da64cecda05390c880d604e782ed4073ffd9.zip |
ACTION table format
Diffstat (limited to 'googlemock/docs/DesignDoc.md')
-rw-r--r-- | googlemock/docs/DesignDoc.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/docs/DesignDoc.md b/googlemock/docs/DesignDoc.md index 4cddc9d0..d13ff5b9 100644 --- a/googlemock/docs/DesignDoc.md +++ b/googlemock/docs/DesignDoc.md @@ -198,6 +198,7 @@ Google Test (the name is chosen to match `static_assert` in C++0x). If you are writing a function that returns an `ACTION` object, you'll need to know its type. The type depends on the macro used to define the action and the parameter types. The rule is relatively simple: + | **Given Definition** | **Expression** | **Has Type** | |:-------------------------|:-----------------------------|:-------------------------| | `ACTION(Foo)` | `Foo()` | `FooAction` | |