|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tdk.signaturetest.Test
public class Test
This is a simple wrapper for SignatureTest class that implements required by JavaTest interface.
Constructor Summary | |
---|---|
Test()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Run the test using command-line; return status via numeric exit code. |
Status |
run(java.lang.String[] args,
java.io.PrintWriter log,
java.io.PrintWriter ref)
This is the gate to run the test with the JavaTest application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Test()
Method Detail |
---|
public static void main(java.lang.String[] args)
public Status run(java.lang.String[] args, java.io.PrintWriter log, java.io.PrintWriter ref)
run
in interface Test
log
- This log-file is used for error messages.ref
- This reference-file is ignored here.args
- These are supplied by the script running the test,
typically derived from values in the
test description.
and allow a script to provide configuration information to a test,
or to reuse a test with different test values.
Status
object representing the outcome of the test.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |