Will Policiano
Policiano

Policiano

Follow
home
Pinned

How do I name my test methods?

Oct 29, 20224 min read

Tips for effective naming your XCTestCase methods · Hello there! It's great to be back here, ready to dive into unit testing again. Today, I want to...

How do I name my test methods?

Make your tests cleaner using the Fixture Pattern

Feb 2, 20224 min read

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...

Make your tests cleaner using the Fixture Pattern

What should I test?

Jan 22, 20225 min read

Never get stuck when writing unit tests again by following these "what to test" tips. · I got stuck when writing unit tests When I started writing unit...

What should I test?

Start Unit Testing right now

Jan 14, 20226 min read

Most likely, you've heard about unit testing and know what it is. I found unit tests out in 2011, but I actually used them just in 2018. Writing unit...

Start Unit Testing right now