SandMark version 2.0


sandmark.util.controlflowgraph
Class Assert

java.lang.Object
  |
  +--sandmark.util.controlflowgraph.Assert

public abstract class Assert
extends java.lang.Object

This class is used for making assertions, if an assertion fails an IllegalArgumentException is thrown. Written by Ginger Myles, 6/6/02.


Constructor Summary
Assert()
           
 
Method Summary
static void isTrue(boolean test)
           
static void isTrue(boolean test, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assert

public Assert()
Method Detail

isTrue

public static void isTrue(boolean test,
                          java.lang.String msg)

isTrue

public static void isTrue(boolean test)

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002