Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java231 WildcardType objectBound = in testNewWildcardType() local
238 assertEqualWildcardType(noBoundJvmType, objectBound); in testNewWildcardType()
239 assertEqualWildcardType(objectBoundJvmType, objectBound); in testNewWildcardType()
245 noBoundJvmType, objectBoundJvmType, objectBound) in testNewWildcardType()
305 TypeVariable<?> objectBound = withBounds(objectBoundJvmType, Object.class); in testNewTypeVariable() local
312 assertEqualTypeVariable(objectBoundJvmType, objectBound); in testNewTypeVariable()
317 .addEqualityGroup(objectBoundJvmType, objectBound) in testNewTypeVariable()