Understanding XCTestCase life cycle – How to perform setup BEFORE Xcode unit test launches the app?
I am new to unit tests in Xcode and Swift and have some trouble to understand the life cycle of XCTestCase. How/where to add setup code which is executed before the actual app is launched? Problem is, that first the…