ILTesting icon indicating copy to clipboard operation
ILTesting copied to clipboard

Various helper classes to assist when testing for iOS and Mac OS X

Results 1 ILTesting issues
Sort by recently updated
recently updated
newest added

I'm using AFNetoworking and I'm tying to test a response containing, for example, a 400 status code. I'm setting status code like this: ``` objectivec [ILCannedURLProtocol setCannedStatusCode:400]; ``` and the...