}
public void testResolveTypeOnMap()
throws Exception
{
final DNAAttributeInterceptor interceptor = new DNAAttributeInterceptor();
final String type = interceptor.resolveType( new MockJavaClass(), "X{}" );
assertEquals( "type", MockJavaSource.PREFIX + "X{}", type );
}