| org.geotools.referencing.Console org.geotools.referencing.TestScript
TestScript | final public class TestScript extends Console (Code) | | A console for running test scripts. Most of the work is already done by the subclass.
TestScript mostly add statistics about the test executed. This class is
used by
ScriptTest . It can also be run from the command line for executing all
files specified in argument.
version: $Id: TestScript.java 24925 2007-03-27 20:12:08Z jgarnett $ author: Martin Desruisseaux |
Method Summary | |
public static void | main(String[] args) Run all tests scripts specified on the command line. | protected void | test() Invoked automatically when the target pt instruction were executed. |
TestScript | public TestScript(LineNumberReader in)(Code) | | Creates a new console instance using the specified input stream.
Parameters: in - The input stream. |
main | public static void main(String[] args)(Code) | | Run all tests scripts specified on the command line.
|
test | protected void test() throws TransformException, MismatchedDimensionException(Code) | | Invoked automatically when the target pt instruction were executed.
|
|
|