@Test
public void testDeepMappingWithIndexOnSrcField() {
Mapper mapper = getMapper(new String[] { "genericCollectionMapping.xml" });
AnotherTestObject anotherTestObject = newInstance(AnotherTestObject.class);
anotherTestObject.setField3("another test object field 3 value");
anotherTestObject.setField4("6453");
TestObject testObject1 = newInstance(TestObject.class);
TestObject testObject2 = newInstance(TestObject.class);
testObject2.setEqualNamedList(Arrays.asList(new AnotherTestObject[] { anotherTestObject }));