Class JAXRSClientIT
java.lang.Object
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient
ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT
@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class)
public class JAXRSClientIT
extends JaxrsCommonClient
Test the interceptor is called when any entity provider is called
-
Nested Class Summary
Nested classes/interfaces inherited from class ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
JAXRSCommonClient.Fault, JAXRSCommonClient.Property, JAXRSCommonClient.Request
-
Field Summary
FieldsFields inherited from class ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient
clients, isTestCaseAfterInvocation, testCase
Fields inherited from class ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
_contextRoot, _generalURI, _hostname, _port, _redirect, _saveState, _servlet, _state, _testCase, _testName, _tsHome, _useSavedState, GET, GF_SUFFIX, GOLDENFILE, GOLDENFILEDIR, HTTP10, HTTP11, indent, newline, REQUEST, REQUEST_HEADERS, SEARCH_STRING, servletAdaptor, SERVLETHOSTPROP, SERVLETPORTPROP, SL, STATUS_CODE, TEST_PROPS, TESTDIR, TSHOME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
static org.jboss.shrinkwrap.api.spec.WebArchive
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class ee.jakarta.tck.ws.rs.common.client.JaxrsCommonClient
addHeader, addProvider, bufferEntity, buildRequest, buildRequest, cleanup, getMetadata, getProvidersToRegister, getResponse, getResponseBody, getResponseBody, getResponseHeaders, getResponseStatusCode, getTestCase, invoke, listToString, printClientCall, setAsynchronousProcessing, setPrintEntity, setProperty, setRequestContentEntity, setTestProperties, setTextCaser, setup, setWebTestCaseProperties, splitByColon
Methods inherited from class ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
assertCause, assertContains, assertContains, assertContainsIgnoreCase, assertContainsIgnoreCase, assertEquals, assertEqualsBool, assertEqualsInt, assertEqualsLong, assertNotNull, assertNull, assertResponseBodyContain, assertResponseHeadersContain, buildAccept, buildContentType, buildHeaderMediaType, buildRequest10, clearProperty, clearTestProperties, createHttpRequest, editWebXmlString, fault, getAbsoluteUrl, getAbsoluteUrl, getContextRoot, getLocalInterfaceInfo, getServletName, getStatusCode, isNullOrEmpty, logMsg, logTrace, objectsToString, objectsToString, setContextRoot, setProperty, setProperty, setServletName, setTestDir, setTestProperties, setWebTestCaseProperties, setWebTestCaseRequest, toString
-
Field Details
-
plaincontent
-
-
-
Constructor Details
-
JAXRSClientIT
public JAXRSClientIT()
-
-
Method Details
-
createDeployment
@Deployment(testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException- Throws:
IOException
-
byteArrayReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void byteArrayReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
byteArrayReaderNoInterceptorTest
@Test @Tag("xml_binding") public void byteArrayReaderNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
byteArrayWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void byteArrayWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
byteArrayWriterNoInterceptorTest
@Test @Tag("xml_binding") public void byteArrayWriterNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
byteArrayWriterClientInterceptorTest
@Test @Tag("xml_binding") public void byteArrayWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void stringReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringReaderNoInterceptorTest
@Test @Tag("xml_binding") public void stringReaderNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void stringWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringWriterNoInterceptorTest
@Test @Tag("xml_binding") public void stringWriterNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringWriterClientInterceptorTest
@Test @Tag("xml_binding") public void stringWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
inputStreamReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void inputStreamReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
inputStreamReaderNoInterceptorTest
@Test @Tag("xml_binding") public void inputStreamReaderNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
inputStreamWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void inputStreamWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
inputStreamWriterNoInterceptorTest
@Test @Tag("xml_binding") public void inputStreamWriterNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
inputStreamWriterClientInterceptorTest
@Test @Tag("xml_binding") public void inputStreamWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
readerReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void readerReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
readerReaderNoInterceptorTest
@Test @Tag("xml_binding") public void readerReaderNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
readerWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void readerWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
readerWriterNoInterceptorTest
@Test @Tag("xml_binding") public void readerWriterNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
readerWriterClientInterceptorTest
@Test @Tag("xml_binding") public void readerWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
fileReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void fileReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
fileReaderNoInterceptorTest
- Throws:
JAXRSCommonClient.Fault
-
fileWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void fileWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
fileWriterNoInterceptorTest
- Throws:
JAXRSCommonClient.Fault
-
fileWriterClientInterceptorTest
@Test @Tag("xml_binding") public void fileWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
dataSourceReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void dataSourceReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
dataSourceReaderNoInterceptorTest
@Test @Tag("xml_binding") public void dataSourceReaderNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
dataSourceWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void dataSourceWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
dataSourceWriterNoInterceptorTest
@Test @Tag("xml_binding") public void dataSourceWriterNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
dataSourceWriterClientInterceptorTest
@Test @Tag("xml_binding") public void dataSourceWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
sourceWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void sourceWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
sourceWriterNoInterceptorTest
@Test @Tag("xml_binding") public void sourceWriterNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
jaxbReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void jaxbReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
jaxbReaderNoInterceptorTest
- Throws:
JAXRSCommonClient.Fault
-
jaxbWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void jaxbWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
jaxbWriterNoInterceptorTest
- Throws:
JAXRSCommonClient.Fault
-
jaxbWriterClientInterceptorTest
@Test @Tag("xml_binding") public void jaxbWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringBeanReaderContainerInterceptorTest
@Test @Tag("xml_binding") public void stringBeanReaderContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringBeanReaderNoInterceptorTest
@Test @Tag("xml_binding") public void stringBeanReaderNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringBeanWriterContainerInterceptorTest
@Test @Tag("xml_binding") public void stringBeanWriterContainerInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringBeanWriterNoInterceptorTest
@Test @Tag("xml_binding") public void stringBeanWriterNoInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
stringBeanWriterClientInterceptorTest
@Test @Tag("xml_binding") public void stringBeanWriterClientInterceptorTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-