Class RangeSetShouldNotIntersect

  • All Implemented Interfaces:
    org.assertj.core.error.ErrorMessageFactory

    public class RangeSetShouldNotIntersect
    extends org.assertj.core.error.BasicErrorMessageFactory
    Author:
    Ilya Koshaleu
    • Constructor Detail

      • RangeSetShouldNotIntersect

        private RangeSetShouldNotIntersect​(Object actual,
                                           Object unexpected,
                                           Object intersected)
        Creates a new BasicErrorMessageFactory.
        Parameters:
        actual - actual RangeSet.
        unexpected - ranges that should not be intersected.
        intersected - list of ranges that haven't be intersected, but they have.
    • Method Detail

      • shouldNotIntersects

        public static org.assertj.core.error.ErrorMessageFactory shouldNotIntersects​(Object actual,
                                                                                     Object unexpected,
                                                                                     Iterable<?> intersected)