Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java186 TypeVariable<?> bTv = (TypeVariable) bTl.getType(); in testTypeVariableWithMultipleBounds() local
187 assertEquals(HasTypeParameters.class, bTv.getGenericDeclaration()); in testTypeVariableWithMultipleBounds()
188 assertEquals("B", bTv.getName()); in testTypeVariableWithMultipleBounds()
190 ImmutableList.copyOf(bTv.getBounds())); in testTypeVariableWithMultipleBounds()
191 assertEquals("B", bTv.toString()); in testTypeVariableWithMultipleBounds()