| License: |
Open
|
|
Rating: | +5
(5 votes)
|
C-style asserting in your unit tests is so 1980's. Tests need to run fast, sure, but you also need to be able to read them later. By making your Asserts use pure C macros and functions, you are missing all the fun of using Objective-C for unit testing!