Searched refs:isAutomated (Results 1 – 1 of 1) sorted by relevance
146 private final boolean isAutomated; field in TestResultHistory.ExecutionRecord148 public ExecutionRecord(long startTime, long endTime, boolean isAutomated) { in ExecutionRecord() argument151 this.isAutomated = isAutomated; in ExecutionRecord()163 return isAutomated; in getIsAutomated()177 && isAutomated == that.isAutomated; in equals()182 return Objects.hash(startTime, endTime, isAutomated); in hashCode()