I just started jusing OCUnit and find the asserts a bit cumbersome. In JUnit I can write a test to compare numbers like below. This test will obviously fail, but this shows the nice, simple assert I c
I\'m trying to choose between OCUnit and Google Tool Box, do you have any preferences, would recommend one or the other, why ?
Should I still bother with releasing objects in a unit test? I noticed in Apple\'s \"iPhoneUnitTests\" sample project objects a开发者_Python百科re [[object alloc] init] in the setup method but never
Apple\'s \"iPhone Development Guide\" suggests on page 62 that \"Because application tests run only on a device, you can also use these tests 开发者_高级运维to perform hardware testing...\".