Searched refs:getModuleContextForRunResult (Results 1 – 2 of 2) sorted by relevance
143 && !getModuleContextForRunResult(runResult).equals(moduleContext)) { in invocationEnded()147 if (moduleContext == null && getModuleContextForRunResult(runResult) != null) { in invocationEnded()148 moduleContext = getModuleContextForRunResult(runResult); in invocationEnded()
250 public IInvocationContext getModuleContextForRunResult(TestRunResult res) { in getModuleContextForRunResult() method in CollectingTestListener