diff -r c2d05cf1a062 -r a2757c6427cc docs/Writerside/topics/test.h.md --- a/docs/Writerside/topics/test.h.md Wed Dec 31 15:25:30 2025 +0100 +++ b/docs/Writerside/topics/test.h.md Wed Dec 31 16:01:08 2025 +0100 @@ -16,7 +16,7 @@ ``` A test case needs to be defined with the `CX_TEST` macro. -The general structure of a test case is 1) setup code, 2) the actual test, 3) tear down code. +The general structure of a test case is 1) setup code, 2) the actual test, 3) tear-down code. In UCX this is realized by the `CX_TEST_DO` macro with which you can define a scope for the actual test. Whenever a test assertion fails, the scope is exited and the tear-down code is executed.