Searched refs:executionRecords (Results 1 – 1 of 1) sorted by relevance
34 Set<TestResultHistory.ExecutionRecord> executionRecords in add() local36 executionRecords.add(new TestResultHistory.ExecutionRecord(start, end, isAutomated)); in add()37 mHistoryCollection.add(new TestResultHistory(test, executionRecords)); in add()46 public void addAll(String test, Set<TestResultHistory.ExecutionRecord> executionRecords) { in addAll() argument47 TestResultHistory history = new TestResultHistory(test, executionRecords); in addAll()51 resultHistory.getExecutionRecords().addAll(executionRecords); in addAll()