Searched refs:testRunResult (Results 1 – 2 of 2) sorted by relevance
155 for (TestRunResult testRunResult : getMergedTestRunResults()) { in getInvocationSummary()156 sb.append(getTestRunSummary(testRunResult)); in getInvocationSummary()178 for (TestRunResult testRunResult : getMergedTestRunResults()) { in getInvocationSummary()180 : testRunResult.getTestResults().entrySet()) { in getInvocationSummary()196 for (TestRunResult testRunResult : getMergedTestRunResults()) { in getInvocationSummary()197 for (TestDescription test : testRunResult.getFailedTests()) { in getInvocationSummary()202 TestResult result = testRunResult.getTestResults().get(test); in getInvocationSummary()241 for (TestRunResult testRunResult : getMergedTestRunResults()) { in createFunctionalTestFailureReport()242 for (TestDescription test : testRunResult.getFailedTests()) { in createFunctionalTestFailureReport()247 TestResult result = testRunResult.getTestResults().get(test); in createFunctionalTestFailureReport()[all …]
343 Map<TestDescription, TestResult> testRunResult = result.getTestResults(); in testMergeRetriedRunResults_checkMergingStackTraces() local344 assertTrue(testRunResult.containsKey(testcase)); in testMergeRetriedRunResults_checkMergingStackTraces()345 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_checkMergingStackTraces()609 Map<TestDescription, TestResult> testRunResult = result.getTestResults(); in testMergeRetriedRunResults_testCaseStatus() local610 assertTrue(testRunResult.containsKey(testcase)); in testMergeRetriedRunResults_testCaseStatus()611 TestResult testResult = testRunResult.get(testcase); in testMergeRetriedRunResults_testCaseStatus()