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.api.rs.ext.interceptor.reader.ReaderClient<ContextOperation>
ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext.JAXRSClientIT
-
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.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 TypeMethodDescriptionprotected void
addProviders
(jakarta.ws.rs.core.Response response) Register providers to client configurationvoid
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.api.rs.ext.interceptor.reader.ReaderClient
createRequestFilter, createResponse, invoke
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, 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
-
Constructor Details
-
JAXRSClientIT
public JAXRSClientIT()
-
-
Method Details
-
getAnnotationsTest
- Throws:
JAXRSCommonClient.Fault
-
getGenericTypeTest
- Throws:
JAXRSCommonClient.Fault
-
getMediaTypeTest
- Throws:
JAXRSCommonClient.Fault
-
getPropertyIsNullTest
- Throws:
JAXRSCommonClient.Fault
-
getPropertyNamesTest
- Throws:
JAXRSCommonClient.Fault
-
getPropertyNamesIsReadOnlyTest
- Throws:
JAXRSCommonClient.Fault
-
getTypeTest
- Throws:
JAXRSCommonClient.Fault
-
removePropertyTest
- Throws:
JAXRSCommonClient.Fault
-
setAnnotationsTest
- Throws:
JAXRSCommonClient.Fault
-
setAnnotationsNullThrowsNPETest
- Throws:
JAXRSCommonClient.Fault
-
setGenericTypeTest
- Throws:
JAXRSCommonClient.Fault
-
setMediaTypeTest
- Throws:
JAXRSCommonClient.Fault
-
setPropertyTest
- Throws:
JAXRSCommonClient.Fault
-
setPropertyNullTest
- Throws:
JAXRSCommonClient.Fault
-
setTypeTest
- Throws:
JAXRSCommonClient.Fault
-
ioExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
webApplicationExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
addProviders
Description copied from class:ReaderClient
Register providers to client configuration- Overrides:
addProviders
in classReaderClient<ContextOperation>
- Parameters:
response
- ClientRequestFilter#abortWith response- Throws:
JAXRSCommonClient.Fault
-