How do I name my test methods?
Tips for effective naming your XCTestCase methods
Oct 29, 20224 min read128

Search for a command to run...
Articles tagged with #clean-code
Tips for effective naming your XCTestCase methods

Every unit test has an arrangement step where we set up the test preconditions. In this step, we often need to provide some input objects to the subject under test. Providing these objects can become pretty verbose and painful to write. Let's see som...
