2 posts with#unittest
Test-Driven Development On Richard
Test-Driven Development(TDD) I personally not use TDD strictly. Instead, I always use TED(Test enhanced development) to test diffident/coreā¦
Always Objective C asynchronous operation more async when in async test
TL;DR Always Use - (void)XCA_notify:(XCTAsyncTestCaseStatus)status withDelay:(NSTimeInterval)delay in async test. Do async. Most opeartionā¦