Package org.assertj.guava.error
Class ShouldContainValues
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.ShouldContainValues
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies a map contains some values failed. TODO : move to
assertj-core to replace
ShouldContainValue
- Author:
- Joel Costigliola
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldContainValues
(Object actual, Object[] values, Set<?> valuesNotFound) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldContainValues
public static ErrorMessageFactory shouldContainValues(Object actual, Object[] values, Set<?> valuesNotFound)
-