parser = new AnnotationParser(cdr, i, helper);
}
@Test
public void testFindAnnotation() {
MutableBeanMetadata mbm = new BeanMetadataImpl();
mbm.setId("testPojo");
mbm.setClassName(AnnotatedPojo.class.getName());
parser.beforeInit(new AnnotatedPojo(), "testPojo", null, mbm);
Skeleton.getSkeleton(helper).assertCalledExactNumberOfTimes(new MethodCall(TxComponentMetaDataHelper.class,
"getComponentMethodTxAttribute", mbm, String.class), 3);