Package org.assertj.guava.error
Class RangeSetShouldNotIntersect
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.RangeSetShouldNotIntersect
- All Implemented Interfaces:
ErrorMessageFactory
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRangeSetShouldNotIntersect(Object actual, Object unexpected, Object intersected) Creates a new.BasicErrorMessageFactory -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldNotIntersect(Object actual, Object unexpected, Iterable<?> intersected) static ErrorMessageFactoryshouldNotIntersects(Object actual, Object unexpected, Iterable<?> intersected) Deprecated.Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Constructor Details
-
RangeSetShouldNotIntersect
Creates a new.BasicErrorMessageFactory- Parameters:
actual- actualRangeSet.unexpected- ranges that should not be intersected.intersected- list of ranges that haven't be intersected, but they have.
-
-
Method Details
-
shouldNotIntersect
public static ErrorMessageFactory shouldNotIntersect(Object actual, Object unexpected, Iterable<?> intersected) -
shouldNotIntersects
@Deprecated public static ErrorMessageFactory shouldNotIntersects(Object actual, Object unexpected, Iterable<?> intersected) Deprecated.
-