com.sun.tdk.signaturetest
Class Test

java.lang.Object
  extended by com.sun.tdk.signaturetest.Test
All Implemented Interfaces:
com.sun.javatest.Test

public class Test
extends java.lang.Object
implements com.sun.javatest.Test

This is a simple wrapper for SignatureTest class that implements required by JavaTest interface.

Test:
ExecuteClass:
com.sun.tdk.signaturetest.Test

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

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
Run the test using command-line; return status via numeric exit code.


run

public 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.

Specified by:
run in interface com.sun.javatest.Test
Parameters:
log - This log-file is used for error messages.
ref - This reference-file is ignored here.