summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-30 15:47:32 (GMT)
committerGitHub <noreply@github.com>2017-08-30 15:47:32 (GMT)
commit4db9a748e3bb4f9ba3692aff524a4e082caa1d27 (patch)
treeeb60b6d78c4d3e46e7b074bdc418549de16b8885 /googletest
parentd6562b5a57ec908274d6702ddb0a5ff5b925e02d (diff)
parent5d431c650f9c4d0aefdcca72d4b950ea8f0214ac (diff)
downloadgoogletest-4db9a748e3bb4f9ba3692aff524a4e082caa1d27.zip
googletest-4db9a748e3bb4f9ba3692aff524a4e082caa1d27.tar.gz
googletest-4db9a748e3bb4f9ba3692aff524a4e082caa1d27.tar.bz2
Merge branch 'master' into hethi/unused-import
Diffstat (limited to 'googletest')
-rw-r--r--googletest/docs/AdvancedGuide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/docs/AdvancedGuide.md b/googletest/docs/AdvancedGuide.md
index a454bf4..1076496 100644
--- a/googletest/docs/AdvancedGuide.md
+++ b/googletest/docs/AdvancedGuide.md
@@ -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 `TestCaseSetUp()`,
-`TestCaseTearDown()` (where you know the test case name implicitly), or
+particular, you cannot find the test case name in `SetUpTestCase()`,
+`TearDownTestCase()` (where you know the test case name implicitly), or
functions called from them.
_Availability:_ Linux, Windows, Mac.