Searched refs:testCaseResult (Results 1 – 4 of 4) sorted by relevance
60 function getNickname(testCaseResult) { argument61 return testCaseResult.replace('TEST_CASE_RESULT_', '')
62 function getNickname(testCaseResult) { argument63 return testCaseResult.replace('TEST_CASE_RESULT_', '')
330 TestCaseResult testCaseResult = TestCaseResult.valueOf(result); in processReport() local331 if (testCaseResult != null) classNames += testCaseResult.toString(); in processReport()
204 .map(testCaseResult -> testCaseResult.name()) in getCoverageDispatcher()