Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java36 import org.yaml.snakeyaml.generics.GenericsBugDetector;
43 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.java25 public class GenericsBugDetector { class
DBirdTest.java38 if (GenericsBugDetector.isProperIntrospection()) { in testHome()