Searched refs:listOfT (Results 1 – 2 of 2) sorted by relevance
89 assertEquals(TypeLiteral.get(listOf(Integer.class)), b.listOfT); in testInjectTypeLiteralWithClassTypes()105 @Inject TypeLiteral<List<T>> listOfT; field in TypeLiteralInjectionTest.A
200 TypeLiteral<?> listOfT = TypeLiteral.get(listOfTType); in testCannotCreateKeysWithTypeVariables() local202 Key.get(listOfT); in testCannotCreateKeysWithTypeVariables()