Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java168 TypeLiteral<?> cTl = TypeLiteral.get(typeVariables[2]); in testTypeVariablesWithSingleBound() local
169 assertEquals(Object.class, cTl.getRawType()); in testTypeVariablesWithSingleBound()
170 assertEquals("C", cTl.toString()); in testTypeVariablesWithSingleBound()
171 TypeVariable<?> cTv = (TypeVariable) cTl.getType(); in testTypeVariablesWithSingleBound()
176 assertEqualsBothWays(cTl, TypeLiteral.get(HasTypeParameters.class.getTypeParameters()[2])); in testTypeVariablesWithSingleBound()