org.xmloperator.lambda2
Class MainTest
java.lang.Object
org.xmloperator.lambda2.MainTest
- public abstract class MainTest
- extends java.lang.Object
Test package.
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 |
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
MainTest
public MainTest()
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.