On Jul 10, 2014, at 12:31 PM, William Squires wrote:
>
> I'm trying to convert some code that used the old(er) SenTesting framework.
> Now I want to use the XCTest stuff. I have the following line:
>
> STAssertEquals(, , NULL); // is just a int-type variable or
> constant
>
> I figure the cl
I'm trying to convert some code that used the old(er) SenTesting framework. Now
I want to use the XCTest stuff. I have the following line:
STAssertEquals(, , NULL); // is just a int-type variable or
constant
I figure the closest is:
XCTAssertEquals, but what does the NULL in the above line do