|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.test.RunTest
public class RunTest
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 |
---|
public RunTest()
Method Detail |
---|
public static final void main(java.lang.String[] argv)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |