ExcUtil
@Deprecated public class CheckVs extends ExcUtil
CheckVs
class which extends this class
and override the both methods ExcUtil.assertion(boolean)
and ExcUtil.assertion(boolean, String)
.
The special instance can be set for the whole application calling #setAssertionInstance(CheckVs)
.
It is also be possible to use a special assertion instance.
CheckVs.check(condition); CheckVs.check(condition, msg);Then either this class (self instantiating) or the application wide CheckVs object is used.
CheckVs assert = new MyAssert(); ... assert.assertion(condition); assert.assertion(condition, msg);
Constructor and Description |
---|
CheckVs()
Deprecated.
|
assertion, assertion, assertMsg, check, checkMsg, consoleErr, consoleOut, exceptionInfo, exceptionInfo, setAssertionInstance, stackInfo, stackInfo, stop, throwCompleteExceptionMessage, throwUnexpect