public class MixedModeConstraintTest extends Object implements IDevelopmentTest
| Constructor and Description |
|---|
MixedModeConstraintTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Create a test image.
|
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) throws IOException
args - the command line argumentsIOException - in the event of an unrecoverable IO exception.public 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.