↧
Making your code suitable to automatic unit testing
If you tell me about unit tests and the importance of having those to build a good application, my emotions swing between two extremes – one where I fantasize about having the perfectly unit tested...
View ArticleBuilding your own Mock objects with Proxy pattern in Java
Most of us, if not all, have written unit tests for our code using JUnit or comparable tools. In most cases we are in control of what is being tested and we can provide all the inputs that are needed...
View Article