/** * This test tests if getters are present for all fields in the class and the names are in the * proper format */ @Test public void testAllGettersPerson() { assertTrue(beanTester.testGetters()); }
/** * This test tests if getters are present for all fields in the class and the names are in the * proper format */ @Test public void testGettersAddress() { assertTrue(beanTester.testGetters()); }