Class JAXRSClientIT
java.lang.Object
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
ee.jakarta.tck.ws.rs.ee.rs.JaxrsParamClient
ee.jakarta.tck.ws.rs.ee.rs.beanparam.BeanParamCommonClient
ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain.JAXRSClientIT
@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class)
public class JAXRSClientIT
extends BeanParamCommonClient
-
Nested Class Summary
Nested classes/interfaces inherited from class ee.jakarta.tck.ws.rs.ee.rs.JaxrsParamClient
JaxrsParamClient.CollectionName
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.beanparam.BeanParamCommonClient
exceptionInEntity, fieldBeanParam
Fields inherited from class ee.jakarta.tck.ws.rs.ee.rs.JaxrsParamClient
searchEqualsEncoded, useDefaultValue
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 String
buildRequest
(String param) protected String
buildRequestForException
(String param, int entity) 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
Methods inherited from class ee.jakarta.tck.ws.rs.ee.rs.beanparam.BeanParamCommonClient
buildRequestAndInvoke, checkCookie, createAndCheckCookie, fieldOrParamEncodedTest, fieldOrParamEntityName, fieldOrParamThrowingIllegalArgumentExceptionTest, fieldOrParamThrowingWebApplicationExceptionTest, getDefaultValueOfParam, invoke, paramEntity, stripQuotesSpacesAndLowerCase
Methods inherited from class ee.jakarta.tck.ws.rs.ee.rs.JaxrsParamClient
fieldCollectionEntityWithFromStringTest, fieldEntityWithConstructorTest, fieldEntityWithEncodedTest, fieldEntityWithFromStringTest, fieldEntityWithValueOfTest, fieldThrowingIllegalArgumentExceptionTest, fieldThrowingWebApplicationExceptionTest, paramCollectionEntityWithFromStringTest, paramEntityDefault, paramEntityThrowingAfterRequestSet, paramEntityWithConstructorTest, paramEntityWithEncodedTest, paramEntityWithFromStringTest, paramEntityWithValueOfTest, paramThrowingIllegalArgumentExceptionTest, paramThrowingWebApplicationExceptionTest, segmentFromParam
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, isNullOrEmpty, logMsg, logTrace, objectsToString, objectsToString, setContextRoot, setProperty, setProperty, setProperty, setServletName, setTestDir, setTestProperties, setup, setWebTestCaseProperties, setWebTestCaseRequest, toString
-
Constructor Details
-
JAXRSClientIT
public JAXRSClientIT()
-
-
Method Details
-
createDeployment
@Deployment(testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException- Throws:
IOException
-
queryParamEntityWithConstructorTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamEntityWithValueOfTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamSortedSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamListEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldParamEntityWithConstructorTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldParamEntityWithValueOfTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldParamEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldParamSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldParamSortedSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldParamListEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamEntityWithEncodedTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldParamEntityWithEncodedTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamThrowingWebApplicationExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldThrowingWebApplicationExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
queryParamThrowingIllegalArgumentExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
queryFieldThrowingIllegalArgumentExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
buildRequest
- Specified by:
buildRequest
in classJaxrsParamClient
-
buildRequestForException
- Overrides:
buildRequestForException
in classBeanParamCommonClient
entity
- specifies whether the exception is to be tested in first entity, i.e. in the master BeanParamEntity or the second entity Inner*BeanParamEntity- Throws:
JAXRSCommonClient.Fault
-