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
f0c72bfe
Commit
f0c72bfe
authored
Aug 30, 2017
by
Herbert Thielen
Browse files
fix SetUp/TearDownTestCase() in AdvancedGuide
fixes issue #1087
parent
71e2858f
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 @
f0c72bfe
...
...
@@ -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