jau.misc
Class Test

java.lang.Object
  |
  +--jau.misc.Test

public class Test
extends java.lang.Object


Field Summary
static int ASSERT_ERROR
           
static boolean COMPILE_ASSERT
           
 
Constructor Summary
Test()
           
 
Method Summary
static void ASSERT(boolean predicate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPILE_ASSERT

public static final boolean COMPILE_ASSERT

ASSERT_ERROR

public static final int ASSERT_ERROR
Constructor Detail

Test

public Test()
Method Detail

ASSERT

public static void ASSERT(boolean predicate)