Class JTSTestRunnerCmd
java.lang.Object
org.locationtech.jtstest.testrunner.JTSTestRunnerCmd
A command-line utility to execute tests specified in JTS Test XML files.
Displays status and any errors encountered.
Command Line Options
-files { <fileOrDirectoryName> } | req | Specifies the XML test files to run |
-geomop <classname> | opt | Specifies a custom
GeometryOperation to be used |
-testCaseIndex <num> | opt | Specifies the index of a single test to run |
-verbose | opt | Provides verbose output |
- Version:
- 1.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncmdOptionArgList
(CommandLine commandLine, String optionName) static GeometryOperation
static ResultMatcher
static boolean
Tests whether a GeometryOperation was specified on the command linestatic boolean
Tests whether aResultMatcher
was specified on the command linestatic void
-
Constructor Details
-
JTSTestRunnerCmd
public JTSTestRunnerCmd()
-
-
Method Details
-
getGeometryOperation
-
isGeometryOperationSpecified
public static boolean isGeometryOperationSpecified()Tests whether a GeometryOperation was specified on the command line- Returns:
- true if a geometry operation was specified
-
getResultMatcher
-
isResultMatcherSpecified
public static boolean isResultMatcherSpecified()Tests whether aResultMatcher
was specified on the command line- Returns:
- true if a matcher was specified
-
main
-
cmdOptionArgList
-