return true;
}
private boolean displayReport(Lookup runContext, File[] reportFiles) {
NbGradleTestSession testSession = testManager.startSession(
getProjectName(),
project,
new JavaTestRunnerNodeFactory(javaExt, new TestTaskName(testName)),
new JavaRerunHandler(runContext));
try {
return displayTestSession(testSession, reportFiles);
} finally {
testSession.endSession();
}
}