Package org.assertj.guava.error
Class RangeSetShouldNotIntersect
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.RangeSetShouldNotIntersect
-
- All Implemented Interfaces:
ErrorMessageFactory
public class RangeSetShouldNotIntersect extends BasicErrorMessageFactory
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRangeSetShouldNotIntersect(java.lang.Object actual, java.lang.Object unexpected, java.lang.Object intersected)Creates a new.BasicErrorMessageFactory
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ErrorMessageFactoryshouldNotIntersect(java.lang.Object actual, java.lang.Object unexpected, java.lang.Iterable<?> intersected)static ErrorMessageFactoryshouldNotIntersects(java.lang.Object actual, java.lang.Object unexpected, java.lang.Iterable<?> intersected)Deprecated.-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Constructor Detail
-
RangeSetShouldNotIntersect
private RangeSetShouldNotIntersect(java.lang.Object actual, java.lang.Object unexpected, java.lang.Object intersected)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 Detail
-
shouldNotIntersect
public static ErrorMessageFactory shouldNotIntersect(java.lang.Object actual, java.lang.Object unexpected, java.lang.Iterable<?> intersected)
-
shouldNotIntersects
@Deprecated public static ErrorMessageFactory shouldNotIntersects(java.lang.Object actual, java.lang.Object unexpected, java.lang.Iterable<?> intersected)
Deprecated.
-
-