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
ConstructorsModifierConstructorDescriptionprivate
ShouldContainAnyOf
(Object actual, Object expected) private
ShouldContainAnyOf
(Object actual, Object expected, ComparisonStrategy comparisonStrategy) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldContainAnyOf
(Object actual, Object expected) static ErrorMessageFactory
shouldContainAnyOf
(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
-