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
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateShouldContainAnyOf(Object actual, Object expected) privateShouldContainAnyOf(Object actual, Object expected, ComparisonStrategy comparisonStrategy) -
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
-
Field Details
-
DEFAULT_FORMAT
- See Also:
-
FORMAT_WITH_COMPARISON_STRATEGY
- See Also:
-
-
Constructor Details
-
ShouldContainAnyOf
-
ShouldContainAnyOf
-
-
Method Details
-
shouldContainAnyOf
public static ErrorMessageFactory shouldContainAnyOf(Object actual, Object expected, ComparisonStrategy comparisonStrategy) -
shouldContainAnyOf
-