Class RangeShouldBeClosedInTheUpperBound

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

public class RangeShouldBeClosedInTheUpperBound extends BasicErrorMessageFactory
  • Constructor Details

    • RangeShouldBeClosedInTheUpperBound

      public RangeShouldBeClosedInTheUpperBound(String format, Object... arguments)
      Parameters:
      format - the format string.
      arguments - arguments referenced by the format specifiers in the format string.
  • Method Details