Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java43 if (!GenericsBugDetector.isProperIntrospection()) { in testNoChildren()
77 if (!GenericsBugDetector.isProperIntrospection()) { in testNoChildren2()
107 if (!GenericsBugDetector.isProperIntrospection()) { in testChildren()
180 if (!GenericsBugDetector.isProperIntrospection()) { in testChildren2()
249 if (!GenericsBugDetector.isProperIntrospection()) { in testChildren3()
328 if (!GenericsBugDetector.isProperIntrospection()) { in testChildrenSetAsRoot()
366 if (!GenericsBugDetector.isProperIntrospection()) { in testChildrenMapAsRoot()
400 if (!GenericsBugDetector.isProperIntrospection()) { in testChildrenListRoot()
473 if (!GenericsBugDetector.isProperIntrospection()) { in testBeanRing()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
DGenericArrayTypeTest.java35 if (GenericsBugDetector.isProperIntrospection()) { in testClasses()
83 if (GenericsBugDetector.isProperIntrospection()) { in testJavaBean()
DGenericsBugDetector.java30 public static boolean isProperIntrospection() throws IntrospectionException { in isProperIntrospection() method in GenericsBugDetector
DBirdTest.java38 if (GenericsBugDetector.isProperIntrospection()) { in testHome()