Searched refs:getModuleContextForRunResult (Results 1 – 3 of 3) sorted by relevance
144 && !getModuleContextForRunResult(runResult.getName()) in invocationEnded()150 && getModuleContextForRunResult(runResult.getName()) != null) { in invocationEnded()151 moduleContext = getModuleContextForRunResult(runResult.getName()); in invocationEnded()
266 results.getModuleContextForRunResult(moduleResult.getName()), in updateRunner()292 results.getModuleContextForRunResult(moduleResult.getName()), in updateRunner()302 results.getModuleContextForRunResult(moduleResult.getName()), in updateRunner()
507 public IInvocationContext getModuleContextForRunResult(String testRunName) { in getModuleContextForRunResult() method in CollectingTestListener