mirror of
https://github.com/google/googletest.git
synced 2025-03-10 17:36:10 +00:00
docs: fixed broken references to sections in Advanced guide
This commit is contained in:
parent
1778f2091e
commit
02c4f1af9d
@ -649,7 +649,7 @@ _death tests_. More generally, any test that checks that a program terminates
|
|||||||
Note that if a piece of code throws an exception, we don't consider it "death"
|
Note that if a piece of code throws an exception, we don't consider it "death"
|
||||||
for the purpose of death tests, as the caller of the code could catch the
|
for the purpose of death tests, as the caller of the code could catch the
|
||||||
exception and avoid the crash. If you want to verify exceptions thrown by your
|
exception and avoid the crash. If you want to verify exceptions thrown by your
|
||||||
code, see [Exception Assertions](#ExceptionAssertions).
|
code, see [Exception Assertions](#exception-assertions).
|
||||||
|
|
||||||
If you want to test `EXPECT_*()/ASSERT_*()` failures in your test code, see
|
If you want to test `EXPECT_*()/ASSERT_*()` failures in your test code, see
|
||||||
Catching Failures
|
Catching Failures
|
||||||
@ -2120,7 +2120,7 @@ $ foo_test --gtest_repeat=1000 --gtest_filter=FooBar.*
|
|||||||
Repeat the tests whose name matches the filter 1000 times.
|
Repeat the tests whose name matches the filter 1000 times.
|
||||||
```
|
```
|
||||||
|
|
||||||
If your test program contains [global set-up/tear-down](#GlobalSetUp) code, it
|
If your test program contains [global set-up/tear-down](#global-set-up-and-tear-down) code, it
|
||||||
will be repeated in each iteration as well, as the flakiness may be in it. You
|
will be repeated in each iteration as well, as the flakiness may be in it. You
|
||||||
can also specify the repeat count by setting the `GTEST_REPEAT` environment
|
can also specify the repeat count by setting the `GTEST_REPEAT` environment
|
||||||
variable.
|
variable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user