Unit testing and Mockito framework

Posted by & filed under java.

As for unit testing there are a few nice tutorials on web to covert the topic for example for my favorite IDE – Writing JUnit Tests in NetBeans IDE. You can simply learn how to easily and quickly generate Test classes for your working classes. This is the very entrance to TDD. Another amazing thing… Read more »