Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
cfcc89a8
Commit
cfcc89a8
authored
Aug 30, 2017
by
Herbert Thielen
Committed by
GitHub
Aug 30, 2017
Browse files
Merge branch 'master' into hethi/issue-1175-cmake-build-type
parents
9ba7946b
5d431c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googletest/docs/AdvancedGuide.md
googletest/docs/AdvancedGuide.md
+2
-2
No files found.
googletest/docs/AdvancedGuide.md
View file @
cfcc89a8
...
...
@@ -1623,8 +1623,8 @@ printf("We are in test %s of test case %s.\n",
```
`current_test_info()`
returns a null pointer if no test is running. In
particular, you cannot find the test case name in
`TestCase
SetUp
()`
,
`Te
stCaseTearDown
()`
(where you know the test case name implicitly), or
particular, you cannot find the test case name in
`
SetUp
TestCase()`
,
`Te
arDownTestCase
()`
(where you know the test case name implicitly), or
functions called from them.
_Availability:_
Linux, Windows, Mac.
...
...
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