Mention SUCCEED along with FAIL in logging.md

This commit is contained in:
Jeremy 2024-03-29 15:40:18 -05:00
parent bfe3ff8f19
commit 07701f946a
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ Similar to `INFO`, but messages are not limited to their own scope: They are rem
The message is always reported but does not fail the test.
**SUCCEED(** _message expression_ **)**
The message is reported and the test case succeeds.
**FAIL(** _message expression_ **)**
The message is reported and the test case fails.