Class JAXRSClientIT
java.lang.Object
ee.jakarta.tck.ws.rs.common.JAXRSCommonClient
ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.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 static void
assertContains
(jakarta.ws.rs.core.MultivaluedMap<String, String> map, String key, String... values) protected static void
assertContainsDefaultValues
(jakarta.ws.rs.core.AbstractMultivaluedMap<String, String> map) protected static void
assertNotContains
(jakarta.ws.rs.core.AbstractMultivaluedMap<String, String> map, String key, String... values) 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
-
defaultConstructorTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithInitialCapacityTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest
@Test public void constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
constructorWithCapacityAndLoadTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithCapacityAndLoadThrowsExceptionForCapacityTest
@Test public void constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
constructorWithCapacityAndLoadThrowsExceptionForLoadTest
@Test public void constructorWithCapacityAndLoadThrowsExceptionForLoadTest() throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
constructorWithMapTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithMapThrowsNPETest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithSingleValuedMapTest
- Throws:
JAXRSCommonClient.Fault
-
constructorWithSingleValuedMapThrowsNPETest
- Throws:
JAXRSCommonClient.Fault
-
assertContainsDefaultValues
protected static void assertContainsDefaultValues(jakarta.ws.rs.core.AbstractMultivaluedMap<String, String> map) throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
assertContains
protected static void assertContains(jakarta.ws.rs.core.MultivaluedMap<String, String> map, String key, String... values) throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-
assertNotContains
protected static void assertNotContains(jakarta.ws.rs.core.AbstractMultivaluedMap<String, String> map, String key, String... values) throws JAXRSCommonClient.Fault- Throws:
JAXRSCommonClient.Fault
-