mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-31 07:34:46 +02:00
commit
44aa45cc4f
@ -41,7 +41,7 @@ REQUIRE_FALSE( thisReturnsFalse() );
|
|||||||
|
|
||||||
Expects that an exception (of any type) is be thrown during evaluation of the expression.
|
Expects that an exception (of any type) is be thrown during evaluation of the expression.
|
||||||
|
|
||||||
* **REQUIRE_THROWS_AS(** _expression_ and _exception type_ **)** and
|
* **REQUIRE_THROWS_AS(** _expression_, _exception type_ **)** and
|
||||||
* **CHECK_THROWS_AS(** _expression_, _exception type_ **)**
|
* **CHECK_THROWS_AS(** _expression_, _exception type_ **)**
|
||||||
|
|
||||||
Expects that an exception of the _specified type_ is thrown during evaluation of the expression.
|
Expects that an exception of the _specified type_ is thrown during evaluation of the expression.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user