org.xmloperator.lambda2.term.util
Class Test

java.lang.Object
  extended byorg.xmloperator.lambda2.term.util.Test

public abstract class Test
extends java.lang.Object

Package test.


Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static boolean test(java.io.PrintStream out, boolean isVerbose)
          Executes some tests on the package.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
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 on the package.

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