Searched refs:result1 (Results 1 – 2 of 2) sorted by relevance
172 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting() local173 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting()175 result1.getResultStatus()); in testResultReporting()228 ITestResult result1 = caseResult.getResult(METHOD_1); in testRepeatedExecutions() local229 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testRepeatedExecutions()231 result1.getResultStatus()); in testRepeatedExecutions()406 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting_moduleNotDone() local407 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting_moduleNotDone()409 result1.getResultStatus()); in testResultReporting_moduleNotDone()544 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporter_sharded() local[all …]
146 Collections.sort(results, (result1, result2) -> Long.compare( in getLightResults()147 result1.getStartTime(), in getLightResults()