Author: admin

  • Automatic unit testing

    So you finally found out that unit testing is what you need to keep quality up right? And than, when you thought you had full code coverage, the tools come haunt you and use mathematics to prove that your unit test suit can have an even higher code coverage! How to get into the new…

  • Unit testing and the big dependency graph

    So you are working on a BIG project and you discover that writing unit-tests is really a pain. Why? Because once you want to create a new test, you find out that the class you want to test has got a lot of dependencies to other classes, which you do not want to be bothered…