mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 19:54:48 +02:00
@@ -131,6 +131,11 @@ To support Matchers a slightly different form is used. Matchers have [their own
|
|||||||
|
|
||||||
Matchers can be composed using `&&`, `||` and `!` operators.
|
Matchers can be composed using `&&`, `||` and `!` operators.
|
||||||
|
|
||||||
|
## Thread Safety
|
||||||
|
|
||||||
|
Currently assertions in Catch are not thread safe.
|
||||||
|
For more details, along with workarounds, see the section on [the limitations page](limitations.md#thread-safe-assertions).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Home](Readme.md)
|
[Home](Readme.md)
|
Reference in New Issue
Block a user