Package org.assertj.guava.error
Class RangeShouldBeClosedInTheUpperBound
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.guava.error.RangeShouldBeClosedInTheUpperBound
-
- All Implemented Interfaces:
ErrorMessageFactory
public class RangeShouldBeClosedInTheUpperBound extends BasicErrorMessageFactory
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Constructor Description RangeShouldBeClosedInTheUpperBound(java.lang.String format, java.lang.Object... arguments)
Creates a new
.BasicErrorMessageFactory
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends java.lang.Comparable<T>>
ErrorMessageFactoryshouldHaveClosedUpperBound(com.google.common.collect.Range<T> actual)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Constructor Detail
-
RangeShouldBeClosedInTheUpperBound
public RangeShouldBeClosedInTheUpperBound(java.lang.String format, java.lang.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 java.lang.Comparable<T>> ErrorMessageFactory shouldHaveClosedUpperBound(com.google.common.collect.Range<T> actual)
-
-