Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java243 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization() local
244 moduleBTest5.skipped(); in testSerialization()
338 ITestResult moduleBTest5 = moduleBCase.getOrCreateResult(METHOD_5); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
339 moduleBTest5.skipped(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
471 String moduleBTest5 = String.format(XML_TEST_SKIP, METHOD_5); in writeResultDir() local
472 String moduleBTests = String.join("", moduleBTest3, moduleBTest4, moduleBTest5); in writeResultDir()
660 ITestResult moduleBTest5 = moduleBResults.get(2); in checkResult() local
661 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 …]