I work on a project where we have to create unit tests for all of our simple beans (POJOs). Is there any point to creating a unit test for POJOs if all they consist of is gette
Unit Test code you want to know works (for the situations tested of course). Don't unit test code you only want to be kind of sure works.
I can't think of much I only want to be kind of sure about.