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
c4ec2ac0
Commit
c4ec2ac0
authored
Aug 30, 2017
by
Gennadiy Civil
Committed by
GitHub
Aug 30, 2017
Browse files
Merge branch 'master' into hethi/travis-unused-cmake
parents
c780e0e2
5d431c65
Changes
1
Show 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 @
c4ec2ac0
...
...
@@ -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