Why cant we use UIFont or UIcolor in the method which we unit test?
Posted
by PrithviRaj
on Stack Overflow
See other posts from Stack Overflow
or by PrithviRaj
Published on 2010-05-08T10:40:08Z
Indexed on
2010/05/08
10:48 UTC
Read the original article
Hit count: 229
Hi all, I have an method in the tableview controller class. It consists few of the UIColor and UIFont class names. I am unit testing that metohd. But when i build that test target i am getting this error: "/Developer/Tools/RunPlatformUnitTests.include:451:0 Test rig '/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/Developer/usr/bin/otest' exited abnormally with code 133 (it may have crashed)."
Any idea about this? Thanks in advance.
© Stack Overflow or respective owner