public class Assertions
extends Object
Design by contract assertions.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
notNull
public static <T> T notNull(String name,
T notNull)
-
isTrue
public static void isTrue(String name,
boolean check)