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
02c4f1af
"vscode:/vscode.git/clone" did not exist on "1f809607b516cfe48a73b82c0f285ebd041c2763"
Unverified
Commit
02c4f1af
authored
Aug 20, 2018
by
Vadim Kotov
Committed by
GitHub
Aug 20, 2018
Browse files
docs: fixed broken references to sections in Advanced guide
parent
1778f209
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
googletest/docs/advanced.md
googletest/docs/advanced.md
+2
-2
No files found.
googletest/docs/advanced.md
View file @
02c4f1af
...
...
@@ -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"
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
code, see
[
Exception Assertions
](
#
E
xception
A
ssertions
)
.
code, see
[
Exception Assertions
](
#
e
xception
-a
ssertions
)
.
If you want to test
`EXPECT_*()/ASSERT_*()`
failures in your test code, see
Catching Failures
...
...
@@ -2120,7 +2120,7 @@ $ foo_test --gtest_repeat=1000 --gtest_filter=FooBar.*
Repeat the tests whose name matches the filter 1000 times.
```
If your test program contains
[
global set-up/tear-down
](
#
G
lobal
SetUp
)
code, it
If your test program contains
[
global set-up/tear-down
](
#
g
lobal
-set-up-and-tear-down
)
code, it
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
variable.
...
...
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