"...include/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "4224c770a3274e46344c596d59ce9f4e0c62801a"
Commit 0b6d9475 authored by Ross Wang's avatar Ross Wang Committed by GitHub
Browse files

Update Primer.md

Correcting typo: "text fixture" => "test fixture"
parent ecd53086
...@@ -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 text fixture's constructor generates a fatal failure in In addition, if the test 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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment