Searched refs:caseResults (Results 1 – 1 of 1) sorted by relevance
167 List<ICaseResult> caseResults = module.getResults(); in testResultReporting() local168 assertEquals("Expected 1 test case", 1, caseResults.size()); in testResultReporting()169 ICaseResult caseResult = caseResults.get(0); in testResultReporting()221 List<ICaseResult> caseResults = module.getResults(); in testRepeatedExecutions() local222 assertEquals("Expected 1 test case", 1, caseResults.size()); in testRepeatedExecutions()223 ICaseResult caseResult = caseResults.get(0); in testRepeatedExecutions()401 List<ICaseResult> caseResults = module.getResults(); in testResultReporting_moduleNotDone() local402 assertEquals("Expected 1 test case", 1, caseResults.size()); in testResultReporting_moduleNotDone()403 ICaseResult caseResult = caseResults.get(0); in testResultReporting_moduleNotDone()539 List<ICaseResult> caseResults = module.getResults(); in testResultReporter_sharded() local[all …]