Home
last modified time | relevance | path

Searched refs:moduleBTest5 (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java240 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization() local
241 moduleBTest5.skipped(); in testSerialization()
334 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
335 moduleBTest5.skipped(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
458 String moduleBTest5 = String.format(XML_TEST_SKIP, METHOD_5); in writeResultDir() local
459 String moduleBTests = String.join("", moduleBTest3, moduleBTest4, moduleBTest5); in writeResultDir()
626 ITestResult moduleBTest5 = moduleBResults.get(2); in checkResult() local
627 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 …]