Modifier and Type | Field and Description |
---|---|
static int |
version
Deprecated.
Version, history and license.
|
Constructor and Description |
---|
Assert()
Deprecated.
|
assertion, assertion, assertMsg, check, checkMsg, consoleErr, consoleOut, exceptionInfo, exceptionInfo, setAssertionInstance, stackInfo, stackInfo, stop, throwCompleteExceptionMessage, throwUnexpect
public static final int version
CheckVs
because name clash with junit..Assert
#stackInfo(String, int, int)
produces a text which supports hyperlinking
in Eclipse output output console window, like Throwable.printStackTrace()
.
ExcUtil.throwCompleteExceptionMessage(String, Exception)
ExcUtil.consoleErr(String, Object...)
, ExcUtil.consoleOut(String, Object...)
:
Possibility to use the original System.out channel even System.setErr() etc. may be invoked.
ExcUtil.assertion(boolean)
etc. are protected now and commented. That are the methods
which can be overridden in another class which is used by #setAssertionInstance(Assert)
.
#exceptionInfo(String, Throwable, int, int)
and #stackInfo(String, int)
to support a short info output for example for messages. Not the whole stacktrace!