Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java227 WildcardType upperBoundJvmType = in testNewWildcardType() local
240 assertEqualWildcardType(upperBoundJvmType, upperBound); in testNewWildcardType()
246 .addEqualityGroup(upperBoundJvmType, upperBound) in testNewWildcardType()
302 TypeVariable<?> upperBoundJvmType = in testNewTypeVariable() local
307 upperBoundJvmType, Number.class, CharSequence.class); in testNewTypeVariable()
313 assertEqualTypeVariable(upperBoundJvmType, upperBound); in testNewTypeVariable()
318 .addEqualityGroup(upperBoundJvmType, upperBound) in testNewTypeVariable()