Class JAXRSSigTestIT
java.lang.Object
ee.jakarta.tck.ws.rs.signaturetest.SigTestEE
ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT
-
Nested Class Summary
Nested classes/interfaces inherited from class ee.jakarta.tck.ws.rs.signaturetest.SigTestEE
SigTestEE.Fault
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
Returns a list of strings where each string represents a package name.protected String[]
getPackages
(String vehicleName) Returns a list of strings where each string represents a package name.void
Boilerplate CodewriteStreamToSigFile
(InputStream inputStream, String packageVersion) writeStreamToTempFile
(InputStream inputStream, String tempFilePrefix, String tempFileSuffix) Methods inherited from class ee.jakarta.tck.ws.rs.signaturetest.SigTestEE
cleanup, getClasses, getMapFile, getPackageFile, getRepositoryDir, getSigTestDriver, getUnlistedOptionalPackages, setup, verifyJtaJarTest
-
Field Details
-
EJB_VEHICLE
- See Also:
-
SERVLET_VEHICLE
- See Also:
-
JSP_VEHICLE
- See Also:
-
APP_CLIENT_VEHICLE
- See Also:
-
NO_VEHICLE
- See Also:
-
-
Constructor Details
-
JAXRSSigTestIT
public JAXRSSigTestIT()
-
-
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.- Returns:
- String[] The names of the packages whose signatures should be verified.
-
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 classSigTestEE
- Parameters:
vehicleName
- The name of the Jaspic container where the signature tests should be conducted.- Returns:
- String[] The names of the packages whose signatures should be verified.
-
writeStreamToTempFile
public File writeStreamToTempFile(InputStream inputStream, String tempFilePrefix, String tempFileSuffix) throws IOException - Throws:
IOException
-
writeStreamToSigFile
- Throws:
IOException
-
signatureTest
Boilerplate Code- Overrides:
signatureTest
in classSigTestEE
- Throws:
SigTestEE.Fault
- When an error occurs executing the signature tests.
-