Package org.assertj.guava.error
Class RangeSetShouldIntersect
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.RangeSetShouldIntersect
-
- All Implemented Interfaces:
ErrorMessageFactory
public class RangeSetShouldIntersect extends BasicErrorMessageFactory
Creates an error message indicating that the givenRangeSetdoes not intersect either another oneRangeSetor some set ofRange.
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRangeSetShouldIntersect(java.lang.Object actual, java.lang.Object expected, java.lang.Object notIntersected)Creates a new.BasicErrorMessageFactory
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactoryshouldIntersect(com.google.common.collect.RangeSet<?> actual, java.lang.Object expected, java.lang.Iterable<?> notIntersected)-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Constructor Detail
-
RangeSetShouldIntersect
private RangeSetShouldIntersect(java.lang.Object actual, java.lang.Object expected, java.lang.Object notIntersected)Creates a new.BasicErrorMessageFactory- Parameters:
actual- actualRangeSet.expected- expectedRangeSetthat have to be intersected.notIntersected- not intersected ranges.
-
-
Method Detail
-
shouldIntersect
public static ErrorMessageFactory shouldIntersect(com.google.common.collect.RangeSet<?> actual, java.lang.Object expected, java.lang.Iterable<?> notIntersected)
-
-