Class ELSigTestIT
java.lang.Object
com.sun.ts.tests.el.signaturetest.SigTest
com.sun.ts.tests.el.signaturetest.ELSigTestIT
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
Returns a list of strings where each string represents a package name.protected SignatureTestDriver
Returns aSignatureTestDriver
appropriate for the particular TCK (using API check or the Signature Test Framework).void
Methods inherited from class com.sun.ts.tests.el.signaturetest.SigTest
cleanup, getClasses, setup, signatureTest, writeStreamToSigFile, writeStreamToTempFile
-
Constructor Details
-
ELSigTestIT
public ELSigTestIT()
-
-
Method Details
-
getPackages
Returns a list of strings where each string represents a package name. Each package name will have it's signature tested by the signature test framework.- Specified by:
getPackages
in classSigTest
- Returns:
- String[] The names of the packages whose signatures should be verified.
-
signatureTest
- Throws:
Exception
-
getSigTestDriver
Description copied from class:SigTest
Returns a
SignatureTestDriver
appropriate for the particular TCK (using API check or the Signature Test Framework).The default implementation of this method will return a
SignatureTestDriver
that will use API Check. TCK developers can override this to return the desiredSignatureTestDriver
for their TCK.- Overrides:
getSigTestDriver
in classSigTest
-