Inspecting Xcode’s build system graph at easeHow does the Xcode build system work under the hood?Sep 25, 2023Sep 25, 2023
Stubbing in pair with Swift compilerHow to quickly write unit test stub in Swift without code generationNov 12, 20183Nov 12, 20183
Watch out for protocol extensions in your Swift API (unit tests trap).We all love protocol extensions, one of the most powerful element of protocol oriented programming (POP) in Swift. Despite their…Apr 23, 20181Apr 23, 20181
Xcode unit tests with ⌘+SPracticing TDD using Xcode IDE can be a bit disruptive. Every time you introduce a small change in the implementation or test file, Xcode…Dec 4, 2017Dec 4, 2017
Nobody expects Completion Inquisition!How to test non-called completion handler scenarioSep 30, 20171Sep 30, 20171