Rightpoint / RZAssert

Useful assertion macros from the fine folks at Raizlabs.
Other
7 stars 0 forks source link

Use XCTAssertThrows #32

Open ZevEisenberg opened 9 years ago

ZevEisenberg commented 9 years ago

The tests jump through hoops to detect when an assertion has thrown an exception. But I just learned about XCTAssertThrows, which does that for us. The tests should be simplified using this mechanism.