|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.cmu.aura.service.util.Assert
Assert provides C-like assert capabilities.
| Field Summary | |
static boolean |
assert
|
| Constructor Summary | |
Assert()
|
|
| Method Summary | |
static void |
assert(boolean expression)
Assert a condition, if it fails throw a RuntimeException. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final boolean assert
| Constructor Detail |
public Assert()
| Method Detail |
public static final void assert(boolean expression)
expression - the expression to assert.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||