Home
last modified time | relevance | path

Searched defs:usingDoubleTolerance (Results 1 – 5 of 5) sorted by relevance

/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DFluentEqualityConfig.java197 final FluentEqualityConfig usingDoubleTolerance(double tolerance) { in usingDoubleTolerance() method in FluentEqualityConfig
DProtoSubject.java355 public ProtoFluentAssertion usingDoubleTolerance(double tolerance) { in usingDoubleTolerance() method in ProtoSubject
775 public ProtoFluentAssertion usingDoubleTolerance(double tolerance) { in usingDoubleTolerance() method in ProtoSubject.ProtoFluentAssertionImpl
DProtoFluentAssertion.java274 ProtoFluentAssertion usingDoubleTolerance(double tolerance); in usingDoubleTolerance() method
DIterableOfProtosFluentAssertion.java280 IterableOfProtosFluentAssertion<M> usingDoubleTolerance(double tolerance); in usingDoubleTolerance() method
DIterableOfProtosSubject.java433 public IterableOfProtosFluentAssertion<M> usingDoubleTolerance(double tolerance) { in usingDoubleTolerance() method in IterableOfProtosSubject
935 public IterableOfProtosFluentAssertion<M> usingDoubleTolerance(double tolerance) { in usingDoubleTolerance() method in IterableOfProtosSubject.IterableOfProtosFluentAssertionImpl