Home
last modified time | relevance | path

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

/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DFluentEqualityConfig.java231 final FluentEqualityConfig usingFloatTolerance(float tolerance) { in usingFloatTolerance() method in FluentEqualityConfig
DProtoSubject.java412 public ProtoFluentAssertion usingFloatTolerance(float tolerance) { in usingFloatTolerance() method in ProtoSubject
805 public ProtoFluentAssertion usingFloatTolerance(float tolerance) { in usingFloatTolerance() method in ProtoSubject.ProtoFluentAssertionImpl
DProtoFluentAssertion.java318 ProtoFluentAssertion usingFloatTolerance(float tolerance); in usingFloatTolerance() method
DIterableOfProtosFluentAssertion.java324 IterableOfProtosFluentAssertion<M> usingFloatTolerance(float tolerance); in usingFloatTolerance() method
DIterableOfProtosSubject.java490 public IterableOfProtosFluentAssertion<M> usingFloatTolerance(float tolerance) { in usingFloatTolerance() method in IterableOfProtosSubject
964 public IterableOfProtosFluentAssertion<M> usingFloatTolerance(float tolerance) { in usingFloatTolerance() method in IterableOfProtosSubject.IterableOfProtosFluentAssertionImpl