Class AssertLessThan
java.lang.Object
org.soliscode.test.assertions.AssertLessThan
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
voidassertLessThan
(T first, T second) static <T extends Comparable<T>>
voidassertLessThan
(T first, T second, String message) static <T extends Comparable<T>>
voidassertLessThan
(T first, T second, Supplier<String> messageSupplier)
-
Method Details
-
assertLessThan
-
assertLessThan
-
assertLessThan
public static <T extends Comparable<T>> void assertLessThan(T first, T second, Supplier<String> messageSupplier)
-