This package is a collection of TestHarness extensions used to interpret the test scripts provided to run regression tests on classes in the org.gregorie.environ and org.gregorie.image packages. All of these will display help text when org.gregorie.runtest.RunTest is called with the -? option:
java org/gregorie/runtest/RunTest TestConfigReader -?
See the RunTest class documentation for a list of options and arguments accepted by RunTest and a bried description of how to write the test scripts.
The complexity of the command line needed to run a test makes it advisable to run them from a shell script.
Java support classes Copyright (C) 2010 Martin C Gregorie This program is free software; you can redistribute it and/or modify it under the terms of the Lesser GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public License for more details. You should have received a copy of the Lesser GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Contact Martin Gregorie at martin@gregorie.org.
Read the GNU General Public License.