Searched refs:cTl (Results 1 – 1 of 1) sorted by relevance
168 TypeLiteral<?> cTl = TypeLiteral.get(typeVariables[2]); in testTypeVariablesWithSingleBound() local169 assertEquals(Object.class, cTl.getRawType()); in testTypeVariablesWithSingleBound()170 assertEquals("C", cTl.toString()); in testTypeVariablesWithSingleBound()171 TypeVariable<?> cTv = (TypeVariable) cTl.getType(); in testTypeVariablesWithSingleBound()176 assertEqualsBothWays(cTl, TypeLiteral.get(HasTypeParameters.class.getTypeParameters()[2])); in testTypeVariablesWithSingleBound()