Home
last modified time | relevance | path

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

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/reflect/
DTypeUtilsTest.java904 …final Type failingToType = TypeUtils.wildcardType().withLowerBounds(ClassWithSuperClassWithGeneric… in testLANG1190() local
906 assertTrue(TypeUtils.isAssignable(fromType, failingToType)); in testLANG1190()