private Instance<GenericWildCard<?>> genericWildCardInstance;
@Test
public void shouldBeAbleToDetermineType() throws Exception
{
InjectionPoint point = InjectionPointImpl.of(this, this.getClass().getDeclaredField("instance"));
Assert.assertEquals(InjectionPointImplTestCase.class, point.getType());
}