161162163164165166167168
} XProcConfiguration config = new XProcConfiguration("ee", schemaAware); XProcRuntime runtime = new XProcRuntime(config); RunTestReport test = new RunTestReport(runtime, new DefaultTestReporter(runtime)); test.runTests(tests); }