Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
f957bd0c
Unverified
Commit
f957bd0c
authored
Mar 20, 2019
by
Gennadiy Civil
Committed by
GitHub
Mar 20, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2181 from sethraymond/patch-1
DesignDoc Markdown table was broken
parents
8b6d3f9c
1619ebcf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
DesignDoc.md
googlemock/docs/DesignDoc.md
+1
-0
No files found.
googlemock/docs/DesignDoc.md
View file @
f957bd0c
...
@@ -198,6 +198,7 @@ Google Test (the name is chosen to match `static_assert` in C++0x).
...
@@ -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
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
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:
the action and the parameter types. The rule is relatively simple:
|
**Given Definition**
|
**Expression**
|
**Has Type**
|
|
**Given Definition**
|
**Expression**
|
**Has Type**
|
|:-------------------------|:-----------------------------|:-------------------------|
|:-------------------------|:-----------------------------|:-------------------------|
|
`ACTION(Foo)`
|
`Foo()`
|
`FooAction`
|
|
`ACTION(Foo)`
|
`Foo()`
|
`FooAction`
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment