Class RangeSetShouldNotIntersect

    • Constructor Detail

      • RangeSetShouldNotIntersect

        private RangeSetShouldNotIntersect​(java.lang.Object actual,
                                           java.lang.Object unexpected,
                                           java.lang.Object intersected)
        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

      • 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.