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
22d1a7a1
Commit
22d1a7a1
authored
Aug 07, 2017
by
Gennadiy Civil
Committed by
GitHub
Aug 07, 2017
Browse files
Merge pull request #909 from AsturaPhoenix/patch-1
Update Primer.md
parents
7890f721
0b6d9475
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/Primer.md
googletest/docs/Primer.md
+1
-1
No files found.
googletest/docs/Primer.md
View file @
22d1a7a1
...
@@ -382,7 +382,7 @@ When invoked, the `RUN_ALL_TESTS()` macro:
...
@@ -382,7 +382,7 @@ When invoked, the `RUN_ALL_TESTS()` macro:
1.
Restores the state of all Google Test flags.
1.
Restores the state of all Google Test flags.
1.
Repeats the above steps for the next test, until all tests have run.
1.
Repeats the above steps for the next test, until all tests have run.
In addition, if the te
x
t fixture's constructor generates a fatal failure in
In addition, if the te
s
t fixture's constructor generates a fatal failure in
step 2, there is no point for step 3 - 5 and they are thus skipped. Similarly,
step 2, there is no point for step 3 - 5 and they are thus skipped. Similarly,
if step 3 generates a fatal failure, step 4 will be skipped.
if step 3 generates a fatal failure, step 4 will be skipped.
...
...
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