Unverified Commit 70e1aad7 by Gennadiy Civil Committed by GitHub

Merge pull request #1471 from aleksejkozin/patch-1

TEST() arguments are invalid in an example
parents a490fb7a 99bb4fe8
...@@ -239,7 +239,7 @@ To create a test: ...@@ -239,7 +239,7 @@ To create a test:
1. The test's result is determined by the assertions; if any assertion in the test fails (either fatally or non-fatally), or if the test crashes, the entire test fails. Otherwise, it succeeds. 1. The test's result is determined by the assertions; if any assertion in the test fails (either fatally or non-fatally), or if the test crashes, the entire test fails. Otherwise, it succeeds.
``` ```
TEST(test_case_name, test_name) { TEST(testCaseName, testName) {
... test body ... ... test body ...
} }
``` ```
......
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