The …NOTHROW() macros aren't called …NOTHROWS().

iamleeg
2012-06-05 03:02:29 -07:00
parent ce4b0b0018
commit 2675c1908c

@@ -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_ **)**
Excepts that an exception of the _specified type_ is thrown during evaluation of the expression.
**REQUIRE_NOTHROWS(** _expression_ **)** and
**CHECK_NOTHROWS(** _expression_ **)**
**REQUIRE_NOTHROW(** _expression_ **)** and
**CHECK_NOTHROW(** _expression_ **)**
Excepts that no exception is thrown during evaluation of the expression.
## Matcher expressions