Class ELSigTestIT

java.lang.Object
com.sun.ts.tests.el.signaturetest.SigTest
com.sun.ts.tests.el.signaturetest.ELSigTestIT

public class ELSigTestIT extends SigTest
  • Constructor Details

    • ELSigTestIT

      public ELSigTestIT()
  • Method Details

    • getPackages

      protected String[] 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 class SigTest
      Returns:
      String[] The names of the packages whose signatures should be verified.
    • signatureTest

      @Test public void signatureTest() throws Exception
      Throws:
      Exception
    • getSigTestDriver

      protected SignatureTestDriver 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 desired SignatureTestDriver for their TCK.

      Overrides:
      getSigTestDriver in class SigTest