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
<com.google.common.collect.Multiset, MultisetAssert<Object>> InstanceOfAssertFactories.MULTISET
Methods in org.assertj.guava.api that return MultisetAssertModifier and TypeMethodDescriptionstatic <T> MultisetAssert
<T> Assertions.assertThat
(com.google.common.collect.Multiset<T> actual) Verifies the actualMultiset
contains the given value exactly the given number of times.MultisetAssert.containsAtLeast
(int minimumCount, T expected) Verifies the actualMultiset
contains the given value at least the given number of times.MultisetAssert.containsAtMost
(int maximumCount, T expected) Verifies the actualMultiset
contains 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
<com.google.common.collect.Multiset, MultisetAssert<ELEMENT>> InstanceOfAssertFactory
for aMultiset
.