コード例 #1
0
ファイル: PersonTest.java プロジェクト: pshegde/TestBean
 /**
  * This test tests if setters are present for all fields in the class and the names are in the
  * proper format
  */
 @Test
 public void testAllSettersPerson() {
   assertTrue(beanTester.testSetters());
 }
コード例 #2
0
ファイル: AddressTest.java プロジェクト: pshegde/TestBean
 /**
  * This test tests if setters are present for all fields in the class and the names are in the
  * proper format
  */
 @Test
 public void testSettersAddress() {
   assertTrue(beanTester.testSetters());
 }