Package org.assertj.core.error
Class ShouldContainAnyOf
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldContainAnyOf
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldContainAnyOf(Object actual, Object expected) static ErrorMessageFactoryshouldContainAnyOf(Object actual, Object expected, ComparisonStrategy comparisonStrategy) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldContainAnyOf
public static ErrorMessageFactory shouldContainAnyOf(Object actual, Object expected, ComparisonStrategy comparisonStrategy) -
shouldContainAnyOf
-