Merge branch 'master' into hethi/issue-1175-cmake-build-type

pull/1235/head
Herbert Thielen 7 years ago committed by GitHub
commit cfcc89a84a
  1. 4
      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.

Loading…
Cancel
Save