Tutorials Stephen Feuerstein Tutorials Stephen Feuerstein

Use XCTUnwrap to Clean Up Your Unit Tests

Writing good tests is hard enough as it is, and optionals just complicate things further. To maintain sanity and make sure you (and the rest of your team) understand what exactly is being tested keeping your unit test code clean is a must. That’s where XCTUnwrap comes in!

Read More