joosc
Class Assert

java.lang.Object
  extended byjoosc.Assert

public class Assert
extends java.lang.Object

Assert - mimics the assert() C standard library function

History:


Constructor Summary
Assert()
           
 
Method Summary
static void that(boolean proposition)
           
 
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

that

public static void that(boolean proposition)