public final class Contract
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
fail()
Put stack trace on the log and exit program.
|
static void |
notImplemented()
Put stack trace on the log and exit program.
|
static void |
requires(boolean condition)
Assert condition and if false, put stack trace on the log and exit program.
|
public static void fail()
public static void notImplemented()
public static void requires(boolean condition)