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.ee.rs.client.asyncinvoker.JAXRSClientIT
ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT
- All Implemented Interfaces:
ExecutorServiceChecker
,Closeable
,AutoCloseable
@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class)
public class JAXRSClientIT
extends JAXRSClientIT
implements ExecutorServiceChecker
-
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.ee.rs.client.asyncinvoker.JAXRSClientIT
callbackException, callbackResult, millis
Fields 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
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
void
void
void
void
void
void
getTest()
void
void
void
void
void
void
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
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
void
void
void
void
void
putTest()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
protected jakarta.ws.rs.client.AsyncInvoker
startAsyncInvokerForMethod
(String methodName) Create AsyncInvoker for given resource method and start timevoid
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.ee.rs.client.asyncinvoker.JAXRSClientIT
assertCallbackCall, assertExceptionWithProcessingExceptionIsThrownAndLog, assertExceptionWithWebApplicationExceptionIsThrownAndLog, assertOkAndLog, assertProcessingExceptionIsCauseAndLog, assertWebApplicationExceptionIsCauseAndLog, checkFutureOkResponse, checkFutureOkResponseNoTime, checkFutureStatusResponseNoTime, checkFutureString, checkMaxEndTime, checkMinEndTime, createCallback, createGeneric, createStringCallback, getUrl, setStartTime, sleep
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
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_async_deployment") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException- Throws:
IOException
-
deleteTest
- Overrides:
deleteTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWhileServerWaitTest
- Overrides:
deleteWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteThrowsExceptionTest
- Overrides:
deleteThrowsExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithStringClassWhileServerWaitTest
@Test @Disabled public void deleteWithStringClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithStringClassWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithResponseClassWhileServerWaitTest
@Test @Disabled public void deleteWithResponseClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithResponseClassWhileServerWaitTest
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
-
deleteWithGenericTypeStringWhileServerWaitTest
@Test @Disabled public void deleteWithGenericTypeStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithGenericTypeStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithGenericTypeResponseWhileServerWaitTest
@Test @Disabled public void deleteWithGenericTypeResponseWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithGenericTypeResponseWhileServerWaitTest
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
-
deleteWithCallbackWhileServerWaitTest
- Overrides:
deleteWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithCallbackStringWhileServerWaitTest
@Test @Disabled public void deleteWithCallbackStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithCallbackStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithCallbackStringThrowsProcessingExceptionTest
- Overrides:
deleteWithCallbackStringThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithCallbackStringThrowsWebApplicationExceptionTest
public void deleteWithCallbackStringThrowsWebApplicationExceptionTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithCallbackStringThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest
public void deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getTest
- Overrides:
getTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWhileServerWaitTest
- Overrides:
getWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getThrowsProcessingExceptionTest
- Overrides:
getThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithStringClassWhileServerWaitTest
- Overrides:
getWithStringClassWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithResponseClassWhileServerWaitTest
@Test @Disabled public void getWithResponseClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
getWithResponseClassWhileServerWaitTest
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
-
getWithGenericTypeStringWhileServerWaitTest
@Test @Disabled public void getWithGenericTypeStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
getWithGenericTypeStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithGenericTypeResponseWhileServerWaitTest
@Test @Disabled public void getWithGenericTypeResponseWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
getWithGenericTypeResponseWhileServerWaitTest
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
-
getWithCallbackWhileServerWaitTest
- Overrides:
getWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithCallbackStringWhileServerWaitTest
@Test @Disabled public void getWithCallbackStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
getWithCallbackStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithCallbackStringThrowsProcessingExceptionTest
- Overrides:
getWithCallbackStringThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithCallbackStringThrowsWebApplicationExceptionTest
- Overrides:
getWithCallbackStringThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
getWithCallbackThrowsNoWebApplicationExceptionForResponseTest
public void getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
getWithCallbackThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
headTest
- Overrides:
headTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
headWhileServerWaitTest
- Overrides:
headWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
headThrowsProcessingExceptionTest
- Overrides:
headThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
headWithCallbackWhileServerWaitTest
- Overrides:
headWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
headWithCallbackStringThrowsProcessingExceptionTest
- Overrides:
headWithCallbackStringThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodTest
- Overrides:
methodTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWhileServerWaitTest
- Overrides:
methodWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodThrowsProcessingExceptionTest
- Overrides:
methodThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithStringClassWhileServerWaitTest
@Test @Disabled public void methodWithStringClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithStringClassWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithResponseClassWhileServerWaitTest
@Test @Disabled public void methodWithResponseClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithResponseClassWhileServerWaitTest
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
-
methodWithGenericTypeStringWhileServerWaitTest
@Test @Disabled public void methodWithGenericTypeStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeResponseWhileServerWaitTest
@Test @Disabled public void methodWithGenericTypeResponseWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeResponseWhileServerWaitTest
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
-
methodWithCallbackWhileServerWaitTest
- Overrides:
methodWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackStringWhileServerWaitTest
@Test @Disabled public void methodWithCallbackStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithCallbackStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackThrowsProcessingExceptionTest
- Overrides:
methodWithCallbackThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackThrowsWebApplicationExceptionTest
- Overrides:
methodWithCallbackThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest
public void methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithEntityWhileServerWaitTest
- Overrides:
methodWithEntityWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithEntityThrowsProcessingExceptionTest
- Overrides:
methodWithEntityThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithStringClassWithEntityWhileServerWaitTest
@Test @Disabled public void methodWithStringClassWithEntityWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithStringClassWithEntityWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithResponseClassWithEntityWhileServerWaitTest
@Test @Disabled public void methodWithResponseClassWithEntityWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithResponseClassWithEntityWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithGenericTypeStringWithEntityWhileServerWaitTest
@Test @Disabled public void methodWithGenericTypeStringWithEntityWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeStringWithEntityWhileServerWaitTest
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
-
methodWithGenericTypeResponseWithEntityWhileServerWaitTest
@Test @Disabled public void methodWithGenericTypeResponseWithEntityWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithGenericTypeResponseWithEntityWhileServerWaitTest
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
-
methodWithCallbackWithEntityWhileServerWaitTest
@Test @Disabled public void methodWithCallbackWithEntityWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithCallbackWithEntityWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackStringWithEntityWhileServerWaitTest
@Test @Disabled public void methodWithCallbackStringWithEntityWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithCallbackStringWithEntityWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackWithEntityThrowsProcessingExceptionTest
public void methodWithCallbackWithEntityThrowsProcessingExceptionTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithCallbackWithEntityThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackWithEntityThrowsWebApplicationExceptionTest
public void methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithCallbackWithEntityThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest
public void methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsTest
- Overrides:
optionsTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWhileServerWaitTest
- Overrides:
optionsWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsThrowsProcessingExceptionTest
- Overrides:
optionsThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithStringClassWhileServerWaitTest
@Test @Disabled public void optionsWithStringClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithStringClassWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithResponseClassWhileServerWaitTest
@Test @Disabled public void optionsWithResponseClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithResponseClassWhileServerWaitTest
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
-
optionsWithGenericTypeStringWhileServerWaitTest
@Test @Disabled public void optionsWithGenericTypeStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithGenericTypeStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithGenericTypeResponseWhileServerWaitTest
@Test @Disabled public void optionsWithGenericTypeResponseWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithGenericTypeResponseWhileServerWaitTest
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
-
optionsWithCallbackWhileServerWaitTest
- Overrides:
optionsWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithStringCallbackWhileServerWaitTest
@Test @Disabled public void optionsWithStringCallbackWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithStringCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithCallbackThrowsProcessingExceptionTest
- Overrides:
optionsWithCallbackThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithCallbackThrowsWebApplicationExceptionTest
- Overrides:
optionsWithCallbackThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest
public void optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postTest
- Overrides:
postTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWhileServerWaitTest
- Overrides:
postWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postThrowsProcessingExceptionTest
- Overrides:
postThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithStringClassWhileServerWaitTest
- Overrides:
postWithStringClassWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithResponseClassWhileServerWaitTest
@Test @Disabled public void postWithResponseClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
postWithResponseClassWhileServerWaitTest
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
-
postWithGenericTypeStringWhileServerWaitTest
@Test @Disabled public void postWithGenericTypeStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
postWithGenericTypeStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithGenericTypeResponseWhileServerWaitTest
@Test @Disabled public void postWithGenericTypeResponseWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
postWithGenericTypeResponseWhileServerWaitTest
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
-
postWithCallbackWhileServerWaitTest
- Overrides:
postWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithCallbackThrowsProcessingExceptionTest
- Overrides:
postWithCallbackThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithCallbackThrowsWebApplicationExceptionTest
- Overrides:
postWithCallbackThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
postWithCallbackThrowsNoWebApplicationExceptionForResponseTest
public void postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
postWithCallbackThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putTest
- Overrides:
putTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWhileServerWaitTest
- Overrides:
putWhileServerWaitTest
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
-
putWithStringClassWhileServerWaitTest
- Overrides:
putWithStringClassWhileServerWaitTest
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
-
putWithResponseClassWhileServerWaitTest
@Test @Disabled public void putWithResponseClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
putWithResponseClassWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithGenericTypeStringWhileServerWaitTest
@Test @Disabled public void putWithGenericTypeStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
putWithGenericTypeStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithGenericTypeResponseWhileServerWaitTest
@Test @Disabled public void putWithGenericTypeResponseWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
putWithGenericTypeResponseWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithCallbackWhileServerWaitTest
- Overrides:
putWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithStringCallbackWhileServerWaitTest
@Test @Disabled public void putWithStringCallbackWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
putWithStringCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithCallbackThrowsProcessingExceptionTest
- Overrides:
putWithCallbackThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithCallbackThrowsWebApplicationExceptionTest
- Overrides:
putWithCallbackThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
putWithCallbackThrowsNoWebApplicationExceptionForResponseTest
public void putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
putWithCallbackThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceTest
- Overrides:
traceTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWhileServerWaitTest
- Overrides:
traceWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceThrowsProcessingExceptionTest
- Overrides:
traceThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithStringClassWhileServerWaitTest
@Test @Disabled public void traceWithStringClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithStringClassWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithResponseClassWhileServerWaitTest
@Test @Disabled public void traceWithResponseClassWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithResponseClassWhileServerWaitTest
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
-
traceWithGenericTypeStringWhileServerWaitTest
@Test @Disabled public void traceWithGenericTypeStringWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithGenericTypeStringWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithGenericTypeResponseWhileServerWaitTest
@Test @Disabled public void traceWithGenericTypeResponseWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithGenericTypeResponseWhileServerWaitTest
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
-
traceWithCallbackWhileServerWaitTest
- Overrides:
traceWithCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithCallbackThrowsProcessingExceptionTest
- Overrides:
traceWithCallbackThrowsProcessingExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithCallbackThrowsWebApplicationExceptionTest
- Overrides:
traceWithCallbackThrowsWebApplicationExceptionTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest
public void traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
traceWithStringCallbackWhileServerWaitTest
@Test @Disabled public void traceWithStringCallbackWhileServerWaitTest() throws JAXRSCommonClient.Fault- Overrides:
traceWithStringCallbackWhileServerWaitTest
in classJAXRSClientIT
- Throws:
JAXRSCommonClient.Fault
-
startAsyncInvokerForMethod
Create AsyncInvoker for given resource method and start time- Overrides:
startAsyncInvokerForMethod
in classJAXRSClientIT
-