Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java219 ICaseResult moduleACase = moduleA.getOrCreateResult(CLASS_A); in testSerialization() local
220 ITestResult moduleATest1 = moduleACase.getOrCreateResult(METHOD_1); in testSerialization()
222 ITestResult moduleATest2 = moduleACase.getOrCreateResult(METHOD_2); in testSerialization()
299 ICaseResult moduleACase = moduleA.getOrCreateResult(CLASS_A); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
300 ITestResult moduleATest1 = moduleACase.getOrCreateResult(METHOD_1); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
564 ICaseResult moduleACase = moduleACases.get(0); in checkResult() local
565 assertEquals("Incorrect name", CLASS_A, moduleACase.getName()); in checkResult()
566 List<ITestResult> moduleAResults = moduleACase.getResults(); in checkResult()