Uses of Class
com.google.common.truth.IterableSubject.ElementFactGrouping
-
-
Uses of IterableSubject.ElementFactGrouping in com.google.common.truth
Methods in com.google.common.truth that return IterableSubject.ElementFactGrouping Modifier and Type Method Description private static IterableSubject.ElementFactGrouping
IterableSubject. pickGrouping(java.lang.Iterable<com.google.common.collect.Multiset.Entry<?>> first, java.lang.Iterable<com.google.common.collect.Multiset.Entry<?>> second)
static IterableSubject.ElementFactGrouping
IterableSubject.ElementFactGrouping. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IterableSubject.ElementFactGrouping[]
IterableSubject.ElementFactGrouping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.common.truth with parameters of type IterableSubject.ElementFactGrouping Modifier and Type Method Description private static com.google.common.collect.ImmutableList<Fact>
IterableSubject. makeElementFacts(java.lang.String label, SubjectUtils.DuplicateGroupedAndTyped elements, IterableSubject.ElementFactGrouping grouping)
Returns a list of facts (zero, one, or many, depending on the number of elements and the grouping policy) describing the given missing, unexpected, or near-miss elements.
-