Class RangeSetShouldIntersectAnyOf

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.guava.error.RangeSetShouldIntersectAnyOf
All Implemented Interfaces:
ErrorMessageFactory

public class RangeSetShouldIntersectAnyOf extends BasicErrorMessageFactory
Creates an error message indicating that the given RangeSet does not intersect at lease one element of expected objects.
  • Constructor Details

    • RangeSetShouldIntersectAnyOf

      private RangeSetShouldIntersectAnyOf(Object actual, Object expected)
      Parameters:
      actual - actual RangeSet.
      expected - expected range to intersect.
  • Method Details

    • shouldIntersectAnyOf

      public static ErrorMessageFactory shouldIntersectAnyOf(com.google.common.collect.RangeSet<?> actual, Object expected)