Skip to content
Anindya Bandopadhyay edited this page Dec 27, 2017 · 4 revisions

Welcome to the JavaUnitTestHelper wiki!

This is a very simple to use.

So, what it is actually?

It is a framework to automate your Java POJO classes unit testing.

So, why do you need to test Java POJO classes?

Java POJO classes are supposed to be tested while testing any business logic but in the real world, it does not happen. So I created this framework which will help developers while showing coverage to reviewers & auditors, and also help to discover silly mistakes which happen mostly during field name refactoring.

Clone this wiki locally