erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Replace asserts with exceptions. #432

Closed dmaclach closed 4 years ago

dmaclach commented 4 years ago

Replace uses of NSAssert with real exceptions because various builds turn off asserts using NS_BLOCK_ASSERTIONS, but we still want bad state to fail tests.