Searched refs:moduleBTest5 (Results 1 – 1 of 1) sorted by relevance
243 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization() local244 moduleBTest5.skipped(); in testSerialization()338 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local339 moduleBTest5.skipped(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()471 String moduleBTest5 = String.format(XML_TEST_SKIP, METHOD_5); in writeResultDir() local472 String moduleBTests = String.join("", moduleBTest3, moduleBTest4, moduleBTest5); in writeResultDir()660 ITestResult moduleBTest5 = moduleBResults.get(2); in checkResult() local661 assertEquals("Incorrect name", METHOD_5, moduleBTest5.getName()); in checkResult()662 assertEquals("Incorrect result", TestStatus.PASS, moduleBTest5.getResultStatus()); in checkResult()663 assertTrue("Expected skipped", moduleBTest5.isSkipped()); in checkResult()[all …]