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.pathparam.JAXRSClientIT
- Direct Known Subclasses:
JAXRSLocatorClientIT
,JAXRSSubClientIT
@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class)
public class JAXRSClientIT
extends JaxrsParamClient
-
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.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) static org.jboss.shrinkwrap.api.spec.WebArchive
protected String
getDefaultValueOfParam
(String param) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
test1()
void
test2()
void
test3()
void
test4()
void
test5()
void
test6()
void
test7()
Methods inherited from class ee.jakarta.tck.ws.rs.ee.rs.JaxrsParamClient
buildRequestAndInvoke, fieldCollectionEntityWithFromStringTest, fieldEntityWithConstructorTest, fieldEntityWithEncodedTest, fieldEntityWithFromStringTest, fieldEntityWithValueOfTest, fieldOrParamEncodedTest, fieldOrParamEntityName, fieldOrParamThrowingIllegalArgumentExceptionTest, fieldOrParamThrowingWebApplicationExceptionTest, fieldThrowingIllegalArgumentExceptionTest, fieldThrowingWebApplicationExceptionTest, paramCollectionEntityWithFromStringTest, paramEntity, 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, invoke, 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
-
test1
- Throws:
JAXRSCommonClient.Fault
-
test2
- Throws:
JAXRSCommonClient.Fault
-
test3
- Throws:
JAXRSCommonClient.Fault
-
test4
- Throws:
JAXRSCommonClient.Fault
-
test5
- Throws:
JAXRSCommonClient.Fault
-
test6
- Throws:
JAXRSCommonClient.Fault
-
test7
- Throws:
JAXRSCommonClient.Fault
-
pathParamEntityWithConstructorTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamEntityWithValueOfTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamSortedSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamListEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathFieldParamEntityWithConstructorTest
- Throws:
JAXRSCommonClient.Fault
-
pathFieldParamEntityWithValueOfTest
- Throws:
JAXRSCommonClient.Fault
-
pathFieldParamEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathFieldParamSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathFieldParamSortedSetEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathFieldParamListEntityWithFromStringTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamEntityWithEncodedTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamThrowingWebApplicationExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
pathParamThrowingIllegalArgumentExceptionTest
- Throws:
JAXRSCommonClient.Fault
-
buildRequest
- Specified by:
buildRequest
in classJaxrsParamClient
-
getDefaultValueOfParam
- Specified by:
getDefaultValueOfParam
in classJaxrsParamClient
-