Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java223 WildcardType noBoundJvmType = in testNewWildcardType() local
238 assertEqualWildcardType(noBoundJvmType, objectBound); in testNewWildcardType()
245 noBoundJvmType, objectBoundJvmType, objectBound) in testNewWildcardType()
298 TypeVariable<?> noBoundJvmType = in testNewTypeVariable() local
304 TypeVariable<?> noBound = withBounds(noBoundJvmType); in testNewTypeVariable()
309 assertEqualTypeVariable(noBoundJvmType, noBound); in testNewTypeVariable()
310 assertEqualTypeVariable(noBoundJvmType, in testNewTypeVariable()
311 withBounds(noBoundJvmType, Object.class)); in testNewTypeVariable()
316 .addEqualityGroup(noBoundJvmType, noBound) in testNewTypeVariable()