Home
last modified time | relevance | path

Searched refs:listOfT (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/
DTypeLiteralInjectionTest.java89 assertEquals(TypeLiteral.get(listOf(Integer.class)), b.listOfT); in testInjectTypeLiteralWithClassTypes()
105 @Inject TypeLiteral<List<T>> listOfT; field in TypeLiteralInjectionTest.A
DKeyTest.java200 TypeLiteral<?> listOfT = TypeLiteral.get(listOfTType); in testCannotCreateKeysWithTypeVariables() local
202 Key.get(listOfT); in testCannotCreateKeysWithTypeVariables()