Class Assert
java.lang.Object
EDU.purdue.cs.bloat.util.Assert
Mechanism for making assertions about things in BLOAT. If an assertion fails,
an IllegalArgumentException is thrown.
-
Constructor Details
-
Assert
public Assert()
-
-
Method Details
-
isTrue
-
isFalse
-
isNotNull
-
isNull
-
isTrue
public static void isTrue(boolean test) -
isFalse
public static void isFalse(boolean test) -
isNotNull
-
isNull
-