public interface IAssert
| Modifier and Type | Method and Description |
|---|---|
boolean |
doAssert(boolean condition,
java.lang.String message)
Assertion.
|
boolean doAssert(boolean condition,
java.lang.String message)
condition - the condition to be checkederrMsg - the message to be displayed if the condition is false