org.xmloperator.lambda2
Class MainTest

java.lang.Object
  extended byorg.xmloperator.lambda2.MainTest

public abstract class MainTest
extends java.lang.Object

Test package.


Field Summary
static boolean ASSERTION
           
static int[] INTERACTION_STAT
           
static TermReducer TERM_REDUCER
           
 
Constructor Summary
MainTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static boolean test(java.io.PrintStream out, boolean isVerbose)
          Executes some tests.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSERTION

public static final boolean ASSERTION
See Also:
Constant Field Values

INTERACTION_STAT

public static final int[] INTERACTION_STAT

TERM_REDUCER

public static final TermReducer TERM_REDUCER
Constructor Detail

MainTest

public MainTest()
Method Detail

main

public static void main(java.lang.String[] args)

test

public static boolean test(java.io.PrintStream out,
                           boolean isVerbose)
Executes some tests.

Parameters:
out - the PrintStream to print results.
isVerbose - if true then all tests have to be displayed.
Returns:
true if all is Ok.