Searched refs:mExecutionRecords (Results 1 – 1 of 1) sorted by relevance
47 private final Set<ExecutionRecord> mExecutionRecords; field in TestResultHistory57 this.mExecutionRecords = executionRecords; in TestResultHistory()67 return mExecutionRecords; in getExecutionRecords()81 && Objects.equals(mExecutionRecords, that.mExecutionRecords); in equals()87 return Objects.hash(mTestName, mExecutionRecords); in hashCode()