STAssertEquals failure reporting is awkward. Try comparing two unsigned
integers:
STAssertEquals(3U, 5U, @"oops");
In GTM, this yields
'<03000000>' should be equal to '<05000000>' +/-'(null)'. oops
Whereas in straight OCUnit, it yields
'3' should be equal to '5': oops
Original issue reported on code.google.com by jon.m.r...@gmail.com on 4 Jan 2011 at 7:10
Original issue reported on code.google.com by
jon.m.r...@gmail.com
on 4 Jan 2011 at 7:10