Package org.assertj.guava.error
Class ShouldContainValues
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.ShouldContainValues
-
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class ShouldContainValues extends org.assertj.core.error.BasicErrorMessageFactoryCreates an error message indicating that an assertion that verifies a map contains some values failed. TODO : move to assertj-core to replaceShouldContainValue- Author:
- Joel Costigliola
-
-
Constructor Summary
Constructors Modifier Constructor Description privateShouldContainValues(Object actual, Object value)privateShouldContainValues(Object actual, Object[] values, Set<?> valuesNotFound)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.assertj.core.error.ErrorMessageFactoryshouldContainValues(Object actual, Object[] values, Set<?> valuesNotFound)
-