item.setExtAttrName("test" + i);
item.setIntAttrName("nonexistent" + i);
item.setIntMappingType(IntMappingType.UserSchema);
item.setMandatoryCondition("false");
item.setPurpose(MappingPurpose.SYNCHRONIZATION);
mapping.addItem(item);
item.setMapping(mapping);
}
UMappingItem accountId = new UMappingItem();
accountId.setExtAttrName("username");
accountId.setIntAttrName("username");