Home
last modified time | relevance | path

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

/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DIterableOfProtosUsingCorrespondence.java97 Ordered containsExactlyElementsIn(Iterable<? extends M> expected); in containsExactlyElementsIn() method
108 Ordered containsExactlyElementsIn(M[] expected); in containsExactlyElementsIn() method
DIterableOfProtosSubject.java744 public Ordered containsExactlyElementsIn(Iterable<? extends M> expected) { in containsExactlyElementsIn() method in IterableOfProtosSubject.UsingCorrespondence
750 public Ordered containsExactlyElementsIn(M[] expected) { in containsExactlyElementsIn() method in IterableOfProtosSubject.UsingCorrespondence
1037 public Ordered containsExactlyElementsIn(Iterable<? extends M> expected) { in containsExactlyElementsIn() method in IterableOfProtosSubject.IterableOfProtosFluentAssertionImpl
1042 public Ordered containsExactlyElementsIn(M[] expected) { in containsExactlyElementsIn() method in IterableOfProtosSubject.IterableOfProtosFluentAssertionImpl
/external/truth/extensions/java8/src/main/java/com/google/common/truth/
DStreamSubject.java161 public Ordered containsExactlyElementsIn(Iterable<?> expected) { in containsExactlyElementsIn() method in StreamSubject
DLongStreamSubject.java161 public Ordered containsExactlyElementsIn(Iterable<?> expected) { in containsExactlyElementsIn() method in LongStreamSubject
DIntStreamSubject.java161 public Ordered containsExactlyElementsIn(Iterable<?> expected) { in containsExactlyElementsIn() method in IntStreamSubject