|
|||||||||
| 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. |
com.sun.javatest.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 com.sun.javatest.Status run(java.lang.String[] args,
java.io.PrintWriter log,
java.io.PrintWriter ref)
run in interface com.sun.javatest.Testlog - This log-file is used for error messages.ref - This reference-file is ignored here.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||