Package org.assertj.guava.error
Class MultisetShouldContainAtLeastTimes
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.MultisetShouldContainAtLeastTimes
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message stating that a given value appears in a
Multiset
fewer times than expected-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MultisetShouldContainAtLeastTimes
(String format, Object... arguments) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldContainAtLeastTimes
(com.google.common.collect.Multiset<?> actual, Object expected, int expectedTimes, int actualTimes) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
MultisetShouldContainAtLeastTimes
-
-
Method Details
-
shouldContainAtLeastTimes
public static ErrorMessageFactory shouldContainAtLeastTimes(com.google.common.collect.Multiset<?> actual, Object expected, int expectedTimes, int actualTimes)
-