Searched refs:isAutomated (Results 1 – 1 of 1) sorted by relevance
132 private final boolean isAutomated; field in TestResultHistory.ExecutionRecord134 public ExecutionRecord(long startTime, long endTime, boolean isAutomated) { in ExecutionRecord() argument137 this.isAutomated = isAutomated; in ExecutionRecord()149 return isAutomated; in getIsAutomated()163 && isAutomated == that.isAutomated; in equals()168 return Objects.hash(startTime, endTime, isAutomated); in hashCode()