-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Anindya Bandopadhyay edited this page Dec 27, 2017
·
4 revisions
Welcome to the JavaUnitTestHelper wiki!
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.