AGWaitForAsyncTestHelper icon indicating copy to clipboard operation
AGWaitForAsyncTestHelper copied to clipboard

C Macro to wait for any async test and get an STFail in your test if it exceeds time limit.

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

We should have the possibility to set expectations. Like so: ``` static NSString *userId = @"asdf"; DummyViewController *viewController = [[DummyViewController alloc] initWithNibName:nil bundle:nil]; AGMockObject *managerMock = [AGMockObject mockForClass:[Manager class]]; [[managerMock...

enhancement