Tag: unit-testing

  • Unit testing anti-patterns

    I’m a big fan of unit tests, and tests in general. I wrote an article about unit tests previously, and although it’s not very complete, I wanted to write a follow up talking about unit testing anti-patterns. Testing private/protected methods directly I think one of the most asked questions when it comes to unit tests…

  • A ramble on Unit Tests

    Before reading I’d like to issue a warning: this post is highly subjective based on my own experiences. You may not feel the same. It’s also worth mentioning that the topic of unit testing is so vast that this article barely scratches the surface. I’ll leave a list of references at the end of the…