Uses of Class
ee.jakarta.tck.ws.rs.common.webclient.WebTestCase
Packages that use WebTestCase
Package
Description
-
Uses of WebTestCase in ee.jakarta.tck.ws.rs.common
Fields in ee.jakarta.tck.ws.rs.common declared as WebTestCaseMethods in ee.jakarta.tck.ws.rs.common with parameters of type WebTestCaseModifier and TypeMethodDescriptionprotected void
JAXRSCommonClient.setTestProperties
(WebTestCase testCase) Sets the appropriate test properties based on the values stored in TEST_PROPSprotected void
JAXRSCommonClient.setWebTestCaseProperties
(WebTestCase testCase, HttpRequest req) protected HttpRequest
JAXRSCommonClient.setWebTestCaseRequest
(WebTestCase testCase, HttpRequest req) -
Uses of WebTestCase in ee.jakarta.tck.ws.rs.common.client
Subclasses of WebTestCase in ee.jakarta.tck.ws.rs.common.clientModifier and TypeClassDescriptionclass
Replaces WebTestCase to be used with JAXRS client instead of apache client -
Uses of WebTestCase in ee.jakarta.tck.ws.rs.common.webclient.validation
Fields in ee.jakarta.tck.ws.rs.common.webclient.validation declared as WebTestCaseModifier and TypeFieldDescriptionprotected WebTestCase
WebValidatorBase._case
The test case being validatedMethods in ee.jakarta.tck.ws.rs.common.webclient.validation with parameters of type WebTestCaseModifier and TypeMethodDescriptionboolean
ValidationStrategy.validate
(WebTestCase testCase) boolean
WebValidatorBase.validate
(WebTestCase testCase) validate Will validate the response against the configured TestCase.