183184185186187188189190191192193
new JavaRerunHandler(runContext)); try { return displayTestSession(testSession, reportFiles); } finally { testSession.endSession(); } } public boolean displayReport(Lookup runContext) { ExceptionHelper.checkNotNullArgument(runContext, "runContext");