Foo.class
} )
public void testMissingImport() throws DogException {
Source2 source = new Source2();
source.setAttributes( Arrays.asList( new Foo() ) );
Target2 target = Source2Target2Mapper.INSTANCE.toTarget( source );
assertThat( target ).isNotNull();
assertThat( target.getAttributes().size() ).isEqualTo( 1 );
}