Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java156 TypeVariable<?> aTv = (TypeVariable) aTl.getType(); in testTypeVariableWithNoBound() local
157 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()