mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-15 10:31:16 +02:00
The …NOTHROW() macros aren't called …NOTHROWS().
@@ -30,8 +30,8 @@ Expects that an exception (of any type) is be thrown during evaluation of the ex
|
|||||||
**CHECK_THROWS_AS(** _expression_, _exception type_ **)**
|
**CHECK_THROWS_AS(** _expression_, _exception type_ **)**
|
||||||
Excepts that an exception of the _specified type_ is thrown during evaluation of the expression.
|
Excepts that an exception of the _specified type_ is thrown during evaluation of the expression.
|
||||||
|
|
||||||
**REQUIRE_NOTHROWS(** _expression_ **)** and
|
**REQUIRE_NOTHROW(** _expression_ **)** and
|
||||||
**CHECK_NOTHROWS(** _expression_ **)**
|
**CHECK_NOTHROW(** _expression_ **)**
|
||||||
Excepts that no exception is thrown during evaluation of the expression.
|
Excepts that no exception is thrown during evaluation of the expression.
|
||||||
|
|
||||||
## Matcher expressions
|
## Matcher expressions
|
||||||
|
Reference in New Issue
Block a user