Searched refs:TestHelper (Results 1 – 3 of 3) sorted by relevance
27 ByteArrayClassLoader(List<TestHelper.InMemoryJavaClassObject> objects) { in ByteArrayClassLoader()30 for (TestHelper.InMemoryJavaClassObject object : objects) { in ByteArrayClassLoader()44 TestCompilationResult(List<TestHelper.InMemoryJavaClassObject> objects) in TestCompilationResult()49 for (TestHelper.InMemoryJavaClassObject object : objects) { in TestCompilationResult()56 return classes.get(TestHelper.packageName + "." + name); in loadClass()
42 result = TestHelper.parseXsdAndCompile(in); in testPurchaseSimple()78 result = TestHelper.parseXsdAndCompile(in); in testNestedType()108 result = TestHelper.parseXsdAndCompile(in); in testSimpleComplexContent()143 result = TestHelper.parseXsdAndCompile(in); in testPredefinedTypes()328 result = TestHelper.parseXsdAndCompile(in); in testSimpleType()352 result = TestHelper.parseXsdAndCompile(in); in testReference()379 TestHelper.parseXsdAndCompile(in); in testUnsupportedTag()390 TestHelper.parseXsdAndCompile(in); in testUnsupportedAttribute()
38 class TestHelper { class