Class JSPSigTestIT

java.lang.Object
com.sun.ts.tests.signaturetest.SigTest
ee.jakarta.tck.pages.signaturetest.jsp.JSPSigTestIT

public class JSPSigTestIT extends com.sun.ts.tests.signaturetest.SigTest
  • Field Summary

    Fields inherited from class com.sun.ts.tests.signaturetest.SigTest

    driver, testInfo
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String[]
    Returns a list of strings where each string represents a package name.
    void
     

    Methods inherited from class com.sun.ts.tests.signaturetest.SigTest

    cleanup, getClasses, getMapFile, getPackageFile, getRepositoryDir, getSigTestDriver, getUnlistedOptionalPackages, setup, signatureTest, writeStreamToSigFile, writeStreamToTempFile

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JSPSigTestIT

      public JSPSigTestIT()
  • 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 com.sun.ts.tests.signaturetest.SigTest
      Returns:
      String[] The names of the packages whose signatures should be verified.
    • signatureTest

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