ocunit
Simplified asserts in OCUnit
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[详细]
2022-12-20 02:28 分类:问答Unit testing and TDD, OCUnit vs Google Tool Box
I\'m trying to choose between OCUnit and Google Tool Box, do you have any preferences, would recommend one or the other, why ?[详细]
2022-12-14 03:46 分类:问答Should you still do memory management in a unit test? (OCUnit)
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[详细]
2022-12-12 12:38 分类:问答Does OCUnit allow application tests to be run on the iPhone Simulator?
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...\".[详细]
2022-12-08 18:51 分类:问答