*/
@Test
public void testIndexedGetFailure() {
mapper = getMapper("knownFailures.xml");
CustomGetSource customGetSource = new CustomGetSource();
customGetSource.setValue("some value");
try {
mapper.map(customGetSource, CustomGetDest.class);
} catch (IllegalArgumentException e) {
}