Searched refs:aTv (Results 1 – 1 of 1) sorted by relevance
156 TypeVariable<?> aTv = (TypeVariable) aTl.getType(); in testTypeVariableWithNoBound() local157 assertEquals(HasTypeParameters.class, aTv.getGenericDeclaration()); in testTypeVariableWithNoBound()158 assertEquals("A", aTv.getName()); in testTypeVariableWithNoBound()159 assertEquals(ImmutableList.<Type>of(Object.class), ImmutableList.copyOf(aTv.getBounds())); in testTypeVariableWithNoBound()160 assertEquals("A", aTv.toString()); in testTypeVariableWithNoBound()