Uses of Enum 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.ElementFactGroupingModifier and TypeMethodDescriptionprivate static IterableSubject.ElementFactGrouping
IterableSubject.pickGrouping
(Iterable<com.google.common.collect.Multiset.Entry<?>> first, Iterable<com.google.common.collect.Multiset.Entry<?>> second) Returns the enum constant of this class with the specified name.static IterableSubject.ElementFactGrouping[]
IterableSubject.ElementFactGrouping.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.truth with parameters of type IterableSubject.ElementFactGroupingModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableList
<Fact> IterableSubject.makeElementFacts
(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.