Lines Matching refs:_expression_
22 * **REQUIRE(** _expression_ **)** and
23 * **CHECK(** _expression_ **)**
34 * **REQUIRE_FALSE(** _expression_ **)** and
35 * **CHECK_FALSE(** _expression_ **)**
110 * **REQUIRE_NOTHROW(** _expression_ **)** and
111 * **CHECK_NOTHROW(** _expression_ **)**
115 * **REQUIRE_THROWS(** _expression_ **)** and
116 * **CHECK_THROWS(** _expression_ **)**
120 * **REQUIRE_THROWS_AS(** _expression_, _exception type_ **)** and
121 * **CHECK_THROWS_AS(** _expression_, _exception type_ **)**
125 * **REQUIRE_THROWS_WITH(** _expression_, _string or string matcher_ **)** and
126 * **CHECK_THROWS_WITH(** _expression_, _string or string matcher_ **)**
136 * **REQUIRE_THROWS_MATCHES(** _expression_, _exception type_, _matcher for given exception type_ **…
137 * **CHECK_THROWS_MATCHES(** _expression_, _exception type_, _matcher for given exception type_ **)**