Exemplo n.º 1
0
 @Test
 public void shouldHaveTargetClass() {
   assertThat(stringReflection.getTargetClass() == String.class, is(true));
   assertThat(stringListReflection.getTargetClass() == List.class, is(true));
 }