Skip to content

Commit

Permalink
Lobster-cpptest documentation (#145)
Browse files Browse the repository at this point in the history
Lobster-cpptest documentation has been adopted.
The wrong terms have been corrected.

Resolves #57
  • Loading branch information
TannazVhdBMWExt authored Dec 9, 2024
1 parent 5eb0928 commit 0f8095e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/manual-lobster_cpptest.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ In your test you need to also add documentation. For example:
TEST(ImplicationTest, BasicTest) {}
```
* Each test can have multiple test types defined in the documentation part.
* Test types can be used multiple times in the test documentation and can be written on multiple lines
* Each test can have multiple test-tags defined in the documentation part.
* Test-tags can be used multiple times in the test documentation and can be written on multiple lines
* These can be simply defined with `/** Test types */` or `/// Test types` format.
* These can be simply defined with `/** Test-tags */` or `/// Test-tags` format.
* Test-tags can be separated by commas or spaces.
Expand Down

0 comments on commit 0f8095e

Please sign in to comment.