Class JAXRSClientIT
java.lang.Object
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.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.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
assertCause
(jakarta.ws.rs.client.ResponseProcessingException e, Throwable expected) protected void
assertMessage
(jakarta.ws.rs.client.ResponseProcessingException e, String message) protected void
assertResponse
(jakarta.ws.rs.client.ResponseProcessingException e) protected jakarta.ws.rs.core.Response
buildResponse
(jakarta.ws.rs.core.Response.Status status) void
void
void
void
void
void
void
void
void
void
void
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
-
Constructor Details
-
JAXRSClientIT
public JAXRSClientIT()
-
-
Method Details
-
constructorWithRuntimeExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithCheckedExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithNullThrowableTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithNullThrowableNullMessageTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithNullThrowableNotNullMessageTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithRuntimeExceptionNullMessageTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithCheckedExceptionNullMessageTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithRuntimeExceptionAndNotNullMessageTest
@Test public void constructorWithRuntimeExceptionAndNotNullMessageTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
constructorWithCheckedExceptionAndNotNullMessageTest
@Test public void constructorWithCheckedExceptionAndNotNullMessageTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
constructorWithNotNullMessageTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithNullMessageTest
- Throws:
JAXRSCommonClient.Fault
-
buildResponse
protected jakarta.ws.rs.core.Response buildResponse(jakarta.ws.rs.core.Response.Status status) -
assertResponse
protected void assertResponse(jakarta.ws.rs.client.ResponseProcessingException e) throws JAXRSCommonClient.Fault - Throws:
JAXRSCommonClient.Fault
-
assertCause
protected void assertCause(jakarta.ws.rs.client.ResponseProcessingException e, Throwable expected) throws JAXRSCommonClient.Fault - Throws:
JAXRSCommonClient.Fault
-
assertMessage
protected void assertMessage(jakarta.ws.rs.client.ResponseProcessingException e, String message) throws JAXRSCommonClient.Fault - Throws:
JAXRSCommonClient.Fault
-