Home | History | Annotate | Download | only in reflect

Lines Matching defs:interfaces

165     assertThat(types.interfaces()).isEmpty();
166 assertThat(types.interfaces().rawTypes()).isEmpty();
175 assertThat(types.interfaces()).has().item(TypeToken.of(Interface1.class));
176 assertThat(types.interfaces().rawTypes()).has().item(Interface1.class);
185 assertThat(types.interfaces()).isEmpty();
186 assertThat(types.interfaces().rawTypes()).isEmpty();
205 makeUnmodifiable(types.interfaces()).has().exactly(
232 makeUnmodifiable(types.interfaces().rawTypes()).has().exactly(
253 makeUnmodifiable(types.interfaces())
266 makeUnmodifiable(types.interfaces().rawTypes())
283 assertSubtypeTokenBeforeSupertypeToken(types.interfaces());
286 assertSubtypeBeforeSupertype(types.interfaces().rawTypes());
1465 reserialize(TypeToken.of(String.class).getTypes().interfaces());
1468 reserialize(TypeToken.of(String.class).getTypes().interfaces().rawTypes());