public abstract class DeadlineSubject.TolerantDeadlineComparison extends Object
deadline
subject using a tolerance.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Deprecated.
Object.equals(Object) is not supported on TolerantDeadlineComparison
If you meant to compare deadlines, use of(Deadline) instead. |
int |
hashCode()
Deprecated.
Object.hashCode() is not supported on TolerantDeadlineComparison |
abstract void |
of(io.grpc.Deadline expectedDeadline)
Fails if the subject was expected to be within the tolerance of the given value but was not
or if it was expected not to be within the tolerance but was.
|
public abstract void of(io.grpc.Deadline expectedDeadline)
@Deprecated public boolean equals(@Nullable Object o)
Object.equals(Object) is not supported on TolerantDeadlineComparison
If you meant to compare deadlines, use of(Deadline) instead.equals in class ObjectUnsupportedOperationException - always@Deprecated public int hashCode()
Object.hashCode() is not supported on TolerantDeadlineComparisonhashCode in class ObjectUnsupportedOperationException - always