Package org.assertj.guava.error
Class RangeSetShouldNotIntersect
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.RangeSetShouldNotIntersect
-
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class RangeSetShouldNotIntersect extends org.assertj.core.error.BasicErrorMessageFactory- Author:
- Ilya Koshaleu
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRangeSetShouldNotIntersect(Object actual, Object unexpected, Object intersected)Creates a new.BasicErrorMessageFactory
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.assertj.core.error.ErrorMessageFactoryshouldNotIntersects(Object actual, Object unexpected, Iterable<?> intersected)
-
-
-
Constructor Detail
-
RangeSetShouldNotIntersect
private RangeSetShouldNotIntersect(Object actual, Object unexpected, 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.
-
-