public class TwinBuildTest extends Object implements IDevelopmentTest
| Constructor and Description |
|---|
TwinBuildTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Perform a simple test of the TIN building functions a fixed number of
times collecting timing statistics.
|
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)
Uses the standard Tinfour test application arguments and the following special-purpose elements:
args - the command-line argumentspublic void runTest(PrintStream ps, String[] args) throws IOException
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.IOException - in the event of an unrecoverable
I/O error.Copyright © 2019. All rights reserved.