|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.util.Asserter
public class Asserter
Nested Class Summary | |
---|---|
static class |
Asserter.AssertionException
|
Method Summary | |
---|---|
static void |
assertTrue(java.lang.String sourceClass,
java.lang.String sourceMethod,
java.lang.String message,
boolean condition)
Asserts that a condition is true. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final void assertTrue(java.lang.String sourceClass, java.lang.String sourceMethod, java.lang.String message, boolean condition)
sourceClass
- the class name.sourceMethod
- the method name.message
- a message for the assertioncondition
- the condition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |