Searched refs:moduleBTest5 (Results 1 – 1 of 1) sorted by relevance
240 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization() local241 moduleBTest5.skipped(); in testSerialization()334 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local335 moduleBTest5.skipped(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()458 String moduleBTest5 = String.format(XML_TEST_SKIP, METHOD_5); in writeResultDir() local459 String moduleBTests = String.join("", moduleBTest3, moduleBTest4, moduleBTest5); in writeResultDir()626 ITestResult moduleBTest5 = moduleBResults.get(2); in checkResult() local627 assertEquals("Incorrect name", METHOD_5, moduleBTest5.getName()); in checkResult()628 assertEquals("Incorrect result", TestStatus.PASS, moduleBTest5.getResultStatus()); in checkResult()629 assertTrue("Expected skipped", moduleBTest5.isSkipped()); in checkResult()[all …]