Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DTestResultHistory.java55 public TestResultHistory(String testName, Set<ExecutionRecord> executionRecords) { in TestResultHistory() argument
57 this.mExecutionRecords = executionRecords; in TestResultHistory()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java308 Set<TestResultHistory.ExecutionRecord> executionRecords = in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
310 executionRecords.add( in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
323 new TestResultHistory(METHOD_3 + ":" + SUB_METHOD_3, executionRecords); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
346 METHOD_6_BRACKETS + ":" + SUB_METHOD_6_BRACKETS, executionRecords); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()