Class RangeShouldBeClosedInTheUpperBound

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

    public class RangeShouldBeClosedInTheUpperBound
    extends org.assertj.core.error.BasicErrorMessageFactory
    • Constructor Detail

      • RangeShouldBeClosedInTheUpperBound

        public RangeShouldBeClosedInTheUpperBound​(String format,
                                                  Object... arguments)
        Creates a new BasicErrorMessageFactory.
        Parameters:
        format - the format string.
        arguments - arguments referenced by the format specifiers in the format string.
    • Method Detail

      • shouldHaveClosedUpperBound

        public static <T extends Comparable<T>> org.assertj.core.error.ErrorMessageFactory shouldHaveClosedUpperBound​(com.google.common.collect.Range<T> actual)