Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java183 TypeLiteral<?> bTl = TypeLiteral.get(typeVariables[1]); in testTypeVariableWithMultipleBounds() local
184 assertEquals(Object.class, bTl.getRawType()); in testTypeVariableWithMultipleBounds()
185 assertEquals("B", bTl.toString()); in testTypeVariableWithMultipleBounds()
186 TypeVariable<?> bTv = (TypeVariable) bTl.getType(); in testTypeVariableWithMultipleBounds()
192 assertEqualsBothWays(bTl, TypeLiteral.get(HasTypeParameters.class.getTypeParameters()[1])); in testTypeVariableWithMultipleBounds()