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.BasicErrorMessageFactory
Creates 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 private
ShouldContainValues(Object actual, Object value)
private
ShouldContainValues(Object actual, Object[] values, Set<?> valuesNotFound)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.assertj.core.error.ErrorMessageFactory
shouldContainValues(Object actual, Object[] values, Set<?> valuesNotFound)
-