Home
last modified time | relevance | path

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

/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestCompilationResult.java27 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()
DXmlParserTest.java42 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()
DTestHelper.java38 class TestHelper { class