Uses of Class
org.assertj.guava.api.MultisetAssert
Packages that use MultisetAssert
-
Uses of MultisetAssert in org.assertj.guava.api
Fields in org.assertj.guava.api with type parameters of type MultisetAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Multiset, MultisetAssert<Object>> InstanceOfAssertFactories.MULTISETMethods in org.assertj.guava.api that return MultisetAssertModifier and TypeMethodDescriptionstatic <T> MultisetAssert<T> Assertions.assertThat(Multiset<T> actual) Verifies the actualMultisetcontains the given value exactly the given number of times.MultisetAssert.containsAtLeast(int minimumCount, T expected) Verifies the actualMultisetcontains the given value at least the given number of times.MultisetAssert.containsAtMost(int maximumCount, T expected) Verifies the actualMultisetcontains the given value at most the given number of times.protected MultisetAssert<T> MultisetAssert.newAbstractIterableAssert(Iterable<? extends T> iterable) Methods in org.assertj.guava.api that return types with arguments of type MultisetAssertModifier and TypeMethodDescriptionstatic <ELEMENT> InstanceOfAssertFactory<Multiset, MultisetAssert<ELEMENT>> InstanceOfAssertFactoryfor aMultiset.