Class JAXRSClientIT
java.lang.Object
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT
- All Implemented Interfaces:
ExecutorServiceChecker
,Closeable
,AutoCloseable
@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class)
public class JAXRSClientIT
extends JAXRSClientIT
implements ExecutorServiceChecker
- Since:
- 2.1
-
Nested Class Summary
Nested classes/interfaces inherited from class ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
JAXRSCommonClient.Fault, JAXRSCommonClient.Property, JAXRSCommonClient.Request
-
Field Summary
Fields inherited from class ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
callbackException, callbackResult, millis
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
Fields inherited from interface ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.ExecutorServiceChecker
EXECUTOR_SERVICE, THREAD_FACTORY, THREADPREFIX
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchive
void
void
void
void
void
void
void
void
void
void
void
void
void
getTest()
void
void
void
void
void
void
void
void
void
void
void
void
headTest()
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
void
postTest()
void
void
void
void
void
void
void
void
void
void
void
void
putTest()
void
void
void
void
void
void
void
void
void
void
void
protected jakarta.ws.rs.client.Invocation.Builder
startBuilderForMethod
(String methodName) void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT
assertExceptionWithProcessingExceptionIsThrownAndLog, assertExceptionWithWebApplicationExceptionIsThrownAndLog, assertOkAndLog, assertProcessingExceptionIsCauseAndLog, assertWebApplicationExceptionIsCauseAndLog, checkFutureOkResponse, checkFutureResponseStatus, checkFutureString, createGeneric, startRxInvokerForMethod
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, buildRequest, buildRequest, buildRequest10, cleanup, clearProperty, clearTestProperties, createHttpRequest, editWebXmlString, fault, getAbsoluteUrl, getAbsoluteUrl, getContextRoot, getLocalInterfaceInfo, getResponseBody, getResponseHeaders, getResponseStatusCode, getServletName, getStatusCode, invoke, isNullOrEmpty, logMsg, logTrace, objectsToString, objectsToString, setContextRoot, setProperty, setProperty, setProperty, setServletName, setTestDir, setTestProperties, setup, setWebTestCaseProperties, setWebTestCaseRequest, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.ExecutorServiceChecker
close, createClient, threadNameChecker
-
Constructor Details
-
JAXRSClientIT
public JAXRSClientIT()
-
-
Method Details
-
createDeployment
@Deployment(testable=false, name="jaxrs21_ee_client_executor_rx_deployment") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException- Throws:
IOException
-
deleteTest
- Overrides:
deleteTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithStringClassTest
- Overrides:
deleteWithStringClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithResponseClassTest
- Overrides:
deleteWithResponseClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithGenericTypeStringTest
- Overrides:
deleteWithGenericTypeStringTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithGenericTypeResponseTest
- Overrides:
deleteWithGenericTypeResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getTest
- Overrides:
getTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithStringClassTest
- Overrides:
getWithStringClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithResponseClassTest
- Overrides:
getWithResponseClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithGenericTypeStringTest
- Overrides:
getWithGenericTypeStringTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithGenericTypeResponseTest
- Overrides:
getWithGenericTypeResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
headTest
- Overrides:
headTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsTest
- Overrides:
optionsTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithStringClassTest
- Overrides:
optionsWithStringClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithResponseClassTest
- Overrides:
optionsWithResponseClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithGenericTypeStringTest
- Overrides:
optionsWithGenericTypeStringTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithGenericTypeResponseTest
- Overrides:
optionsWithGenericTypeResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postTest
- Overrides:
postTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithStringClassTest
- Overrides:
postWithStringClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithResponseClassTest
- Overrides:
postWithResponseClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithGenericTypeStringTest
- Overrides:
postWithGenericTypeStringTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithGenericTypeResponseTest
- Overrides:
postWithGenericTypeResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putTest
- Overrides:
putTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithStringClassTest
- Overrides:
putWithStringClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithResponseClassTest
- Overrides:
putWithResponseClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithGenericTypeStringTest
- Overrides:
putWithGenericTypeStringTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithGenericTypeResponseTest
- Overrides:
putWithGenericTypeResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceTest
- Overrides:
traceTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithStringClassTest
- Overrides:
traceWithStringClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithResponseClassTest
- Overrides:
traceWithResponseClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithGenericTypeStringTest
- Overrides:
traceWithGenericTypeStringTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithGenericTypeResponseTest
- Overrides:
traceWithGenericTypeResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteThrowsExceptionTest
- Overrides:
deleteThrowsExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithClassThrowsProcessingExceptionTest
- Overrides:
deleteWithClassThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithClassThrowsWebApplicationExceptionTest
- Overrides:
deleteWithClassThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithClassThrowsNoWebApplicationExceptionForResponseTest
public void deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithClassThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithGenericTypeThrowsProcessingExceptionTest
- Overrides:
deleteWithGenericTypeThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithGenericTypeThrowsWebApplicationExceptionTest
- Overrides:
deleteWithGenericTypeThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
public void deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getThrowsProcessingExceptionTest
- Overrides:
getThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithClassThrowsProcessingExceptionTest
- Overrides:
getWithClassThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithClassThrowsWebApplicationExceptionTest
- Overrides:
getWithClassThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithClassThrowsNoWebApplicationExceptionForResponseTest
public void getWithClassThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
getWithClassThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithGenericTypeThrowsProcessingExceptionTest
- Overrides:
getWithGenericTypeThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithGenericTypeThrowsWebApplicationExceptionTest
- Overrides:
getWithGenericTypeThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
public void getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
headThrowsProcessingExceptionTest
- Overrides:
headThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodTest
- Overrides:
methodTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodThrowsProcessingExceptionTest
- Overrides:
methodThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithStringClassTest
- Overrides:
methodWithStringClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithResponseClassTest
- Overrides:
methodWithResponseClassTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithClassThrowsProcessingExceptionTest
- Overrides:
methodWithClassThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithClassThrowsWebApplicationExceptionTest
- Overrides:
methodWithClassThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithClassThrowsNoWebApplicationExceptionForResponseTest
public void methodWithClassThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithClassThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeStringTest
- Overrides:
methodWithGenericTypeStringTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeResponseTest
- Overrides:
methodWithGenericTypeResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeThrowsProcessingExceptionTest
- Overrides:
methodWithGenericTypeThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeThrowsWebApplicationExceptionTest
- Overrides:
methodWithGenericTypeThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
public void methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithEntityTest
- Overrides:
methodWithEntityTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithEntityThrowsProcessingExceptionTest
- Overrides:
methodWithEntityThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithStringClassWithEntityTest
- Overrides:
methodWithStringClassWithEntityTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithResponseClassWithEntityTest
- Overrides:
methodWithResponseClassWithEntityTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithClassWithEntityThrowsProcessingExceptionTest
- Overrides:
methodWithClassWithEntityThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithClassWithEntityThrowsWebApplicationExceptionTest
public void methodWithClassWithEntityThrowsWebApplicationExceptionTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithClassWithEntityThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest
public void methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeStringWithEntityTest
- Overrides:
methodWithGenericTypeStringWithEntityTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeResponseWithEntityTest
- Overrides:
methodWithGenericTypeResponseWithEntityTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeWithEntityThrowsProcessingExceptionTest
public void methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeWithEntityThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest
public void methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest
public void methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsThrowsProcessingExceptionTest
- Overrides:
optionsThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithClassThrowsProcessingExceptionTest
- Overrides:
optionsWithClassThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithClassThrowsWebApplicationExceptionTest
- Overrides:
optionsWithClassThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithClassThrowsNoWebApplicationExceptionForResponseTest
public void optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithClassThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithGenericTypeThrowsProcessingExceptionTest
- Overrides:
optionsWithGenericTypeThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithGenericTypeThrowsWebApplicationExceptionTest
public void optionsWithGenericTypeThrowsWebApplicationExceptionTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithGenericTypeThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
public void optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postThrowsProcessingExceptionTest
- Overrides:
postThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithClassThrowsProcessingExceptionTest
- Overrides:
postWithClassThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithClassThrowsWebApplicationExceptionTest
- Overrides:
postWithClassThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithClassThrowsNoWebApplicationExceptionForResponseTest
public void postWithClassThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
postWithClassThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithGenericTypeThrowsProcessingExceptionTest
- Overrides:
postWithGenericTypeThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithGenericTypeThrowsWebApplicationExceptionTest
- Overrides:
postWithGenericTypeThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
public void postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putThrowsProcessingExceptionTest
- Overrides:
putThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithClassThrowsProcessingExceptionTest
- Overrides:
putWithClassThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithClassThrowsWebApplicationExceptionTest
- Overrides:
putWithClassThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithClassThrowsNoWebApplicationExceptionForResponseTest
public void putWithClassThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
putWithClassThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithGenericTypeThrowsProcessingExceptionTest
- Overrides:
putWithGenericTypeThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithGenericTypeThrowsWebApplicationExceptionTest
- Overrides:
putWithGenericTypeThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
public void putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceThrowsProcessingExceptionTest
- Overrides:
traceThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithClassThrowsProcessingExceptionTest
- Overrides:
traceWithClassThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithClassThrowsWebApplicationExceptionTest
- Overrides:
traceWithClassThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithClassThrowsNoWebApplicationExceptionForResponseTest
public void traceWithClassThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithClassThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithGenericTypeThrowsProcessingExceptionTest
- Overrides:
traceWithGenericTypeThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithGenericTypeThrowsWebApplicationExceptionTest
- Overrides:
traceWithGenericTypeThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
public void traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
startBuilderForMethod
- Overrides:
startBuilderForMethod
in classJAXRSClientIT
-