org.jutil
Class TAssert
java.lang.Object
org.jutil.TAssert
public final class TAssert
- extends java.lang.Object
This is the TAssert utility code class.
this version does nothing and is designed to replace the debug version
by just changing the import statement from import org.jutil.TAssert;
to org.jutil.debug.TAssert;
|
Constructor Summary |
TAssert()
Ensure that no one can create instances of this Class. |
|
Method Summary |
static void |
isFalse(boolean expression)
|
static void |
isFalse(boolean expression,
java.lang.String message)
|
static void |
isTrue(boolean expression)
|
static void |
isTrue(boolean expression,
java.lang.String message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAssert
public TAssert()
- Ensure that no one can create instances of this Class.
isTrue
public static final void isTrue(boolean expression)
isFalse
public static final void isFalse(boolean expression)
isTrue
public static final void isTrue(boolean expression,
java.lang.String message)
isFalse
public static final void isFalse(boolean expression,
java.lang.String message)