Searched refs:bTv (Results 1 – 1 of 1) sorted by relevance
186 TypeVariable<?> bTv = (TypeVariable) bTl.getType(); in testTypeVariableWithMultipleBounds() local187 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()