|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gargoylesoftware.htmlunit.Assert
public final class Assert
Utility methods for performing runtime assertions.
Method Summary | |
---|---|
static void |
notNull(java.lang.String description,
java.lang.Object object)
Assert that the specified parameter is not null. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void notNull(java.lang.String description, java.lang.Object object)
description
- The description to pass into the NullPointerExceptionobject
- The object to check for null.
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |