org.echarts.test
Class RunTest

java.lang.Object
  extended by org.echarts.test.RunTest

public class RunTest
extends java.lang.Object

Quick and dirty test execution and logging program. This program simply runs specified ECharts test programs, optionally logging their output to files. Takes one optional command line arg "-l dir" specifying directory path for creating 'raw' event log files for ECharts programs run by this program. If this option is not present, then any program output is directed to standard output. Subsequent command line args specify the name of ECharts test files (including the ".ech" extension). We assume the test files are in a package "test". The "-l" option is used to capture test program output for subsequent regression testing. See the RegressionTest class for more details. Also see the runTest and regressionTest scripts in the ECHARTS_HOME/runtime/java/test directory.


Constructor Summary
RunTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunTest

public RunTest()
Method Detail

main

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