Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DTestResultHistory.java99 XmlSerializer serializer, TestResultHistory resultHistory, String testName) in serialize() argument
101 if (resultHistory == null) { in serialize()
107 String name = getSubTestName(testName, resultHistory.getTestName()); in serialize()
112 for (ExecutionRecord execRecord : resultHistory.getExecutionRecords()) { in serialize()
DResultHandler.java564 for (TestResultHistory resultHistory : testResultHistories) { in writeResults()
565 TestResultHistory.serialize(serializer, resultHistory, r.getName()); in writeResults()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java322 TestResultHistory resultHistory = in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
324 resultHistories.add(resultHistory); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
621 for (TestResultHistory resultHistory : resultHistories) { in checkResult()
622 assertNotNull("Expected test result history", resultHistory); in checkResult()
626 resultHistory.getSubTestName(METHOD_3, resultHistory.getTestName())); in checkResult()
628 resultHistory.getExecutionRecords()) { in checkResult()
679 for (TestResultHistory resultHistory : resultHistories2) { in checkResult()
680 assertNotNull("Expected test result history", resultHistory); in checkResult()
684 resultHistory.getSubTestName( in checkResult()
685 METHOD_6_BRACKETS, resultHistory.getTestName())); in checkResult()
[all …]