private static TestDriverContext createContext() {
TestDriverContext context = new TestDriverContext(BatchTestRunner.class);
// NOTE: We must use the system "batchapps" path instead of a temporary location
context.useSystemBatchApplicationsInstallationPath(true);
return context;
}
private static File getScriptFile(TestDriverContext context, String batchId) {
assert context != null;