addTest(new org.apache.axiom.ts.om.text.TestGetTextCharactersFromDataHandler(metaFactory));
Method[] methods = AXIOMXPathTestCase.class.getMethods();
for (int i=0; i<methods.length; i++) {
String methodName = methods[i].getName();
if (methodName.startsWith("test")) {
addTest(new TestAXIOMXPath(metaFactory, methodName));
}
}
addTest(new org.apache.axiom.ts.om.xpath.TestAddNamespaces(metaFactory));
addTest(new org.apache.axiom.ts.om.xpath.TestAddNamespaces2(metaFactory));
addTest(new org.apache.axiom.ts.om.xpath.TestGetAttributeQName(metaFactory));