Package org.assertj.guava.error
Class RangeSetShouldIntersectAnyOf
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.RangeSetShouldIntersectAnyOf
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that the given
RangeSet
does not intersect
at lease one element of expected objects.-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
RangeSetShouldIntersectAnyOf
(Object actual, Object expected) Creates a new
.BasicErrorMessageFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldIntersectAnyOf
(com.google.common.collect.RangeSet<?> actual, Object expected) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
RangeSetShouldIntersectAnyOf
Creates a new
.BasicErrorMessageFactory
- Parameters:
actual
- actualRangeSet
.expected
- expected range to intersect.
-
-
Method Details
-
shouldIntersectAnyOf
public static ErrorMessageFactory shouldIntersectAnyOf(com.google.common.collect.RangeSet<?> actual, Object expected)
-