@SuppressWarnings("unchecked")
@Test
public void testMapBindingOnImmutableObjects() throws GeDAException {
final TestEntity16Class entities = new TestEntity16Class(
(Collection) Arrays.asList(
new TestEntity15Class("1", "one"),
new TestEntity15Class("2", "two"),
new TestEntity15Class("3", "three")
)
);
final TestDto17Class dtos = new TestDto17Class();