Package org.assertj.guava.error
Class MultisetShouldContainAtMostTimes
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.MultisetShouldContainAtMostTimes
-
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class MultisetShouldContainAtMostTimes extends org.assertj.core.error.BasicErrorMessageFactoryCreates an error message stating that a given value appears in aMultisetmore times than expected- Author:
- Max Daniline
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMultisetShouldContainAtMostTimes(String format, Object... arguments)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.assertj.core.error.ErrorMessageFactoryshouldContainAtMostTimes(com.google.common.collect.Multiset<?> actual, Object expected, int expectedTimes, int actualTimes)
-
-
-
Method Detail
-
shouldContainAtMostTimes
public static org.assertj.core.error.ErrorMessageFactory shouldContainAtMostTimes(com.google.common.collect.Multiset<?> actual, Object expected, int expectedTimes, int actualTimes)
-
-