Searched refs:getAtt3 (Results 1 – 3 of 3) sorted by relevance
36 assertEquals(12345, result.getSub2().getAtt3()); in testParse()53 assertEquals(12345, result2.getSub2().getAtt3()); in testEmitNoTags()77 assertEquals(12345, result2.getSub2().getAtt3()); in testEmitWithTags()100 assertEquals(12345, result2.getSub2().getAtt3()); in testEmitWithTags2WithoutTagForParentJavabean()
41 public int getAtt3() { in getAtt3() method in Sub2
41 public List<Integer> getAtt3() { in getAtt3() method in Sub1