Searched refs:getBounds (Results 1 – 12 of 12) sorted by relevance
59 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(typeVariable.getBounds())); in testConstructorThrowingTypeVariable()67 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(typeVariable.getBounds())); in testMethodThrowingTypeVariable()75 assertEquals(Arrays.<Type>asList(Exception.class), Arrays.asList(typeVariable.getBounds())); in testThrowingMethodTypeParameter()84 assertEquals(Arrays.<Type>asList(Throwable.class), Arrays.asList(t.getBounds())); in testThrowingMethodThrowsEverything()88 assertEquals(Arrays.<Type>asList(Exception.class), Arrays.asList(x.getBounds())); in testThrowingMethodThrowsEverything()
134 Type[] typeParameterBounds = typeParameter.getBounds(); in testMultipleBoundedWildcardUnEquality()186 Type[] typeParameterBounds = typeParameter.getBounds(); in testMultipleBoundedWildcard()
183 assertEquals(Arrays.<Type>asList(bounds), Arrays.asList(actual.getBounds())); in assertTypeVariable()
156 Type[] boundsS = typeVariableS.getBounds(); in testMultipleBoundedGenericTypes()
179 Type[] bounds = t.getBounds(); in testTypeVariableWithMultipleBounds()
40 Type[] bounds = typeVariable.getBounds(); in testSimpleTypeVariableOnClass()58 Type[] bounds = typeVariable.getBounds(); in testSimpleTypeVariableOnMethod()76 Type[] bounds = typeVariable.getBounds(); in testSimpleTypeVariableOnConstructor()158 Type[] bounds = typeVariable.getBounds(); in testSingleBound()170 Type[] bounds = typeVariable.getBounds(); in testMultipleBound()
55 Type[] bounds = typeParameter.getBounds(); in checkBoundedTypeParameter()77 Type[] paramBounds = typeVariable.getBounds(); in parameterType()92 Type[] bounds = returnTypeVariable.getBounds(); in checkReturnType()
62 Type[] bounds = typeParameter.getBounds(); in checkBoundedTypeParameter()121 Type[] bounds = returnTypeVariable.getBounds(); in checkReturnType()
1587 boundedTypeVar.getBounds().length); in test_getGenericType()1589 boundedTypeVar.getBounds()[0]); in test_getGenericType()
73 Type[] getBounds(); in getBounds() method
119 public Type[] getBounds() { in getBounds() method in TypeVariableImpl
535 assertEquals(Object.class, tv[0].getBounds()[0]); in test_getTypeParameters()540 assertEquals(String.class, tv[0].getBounds()[0]); in test_getTypeParameters()