public class MultiSquareConstraintTest extends Object implements IDevelopmentTest
| Constructor and Description |
|---|
MultiSquareConstraintTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Process the test series using specifications from command line arguments.
|
void |
runTest(PrintStream ps,
String[] args)
Run the main test for the implementation, sending any output
to the specified print stream.
|
public static void main(String[] args)
args - the command line argumentspublic void runTest(PrintStream ps, String[] args)
IDevelopmentTestMany, but not all, implementations of this interface will perform file I/O and may throw IOExceptions in the event of an unrecoverable I/O exception.
The argument specification is often supplied from the command line. Most implementations will throw an IllegalArgumentException when supplied with an invalid or unrecognized argument.
runTest in interface IDevelopmentTestps - a valid print-stream for recording results of processing.args - a set of arguments for configuring the processing,
often accepted from the command line.Copyright © 2021. All rights reserved.