Uses of Class
ee.jakarta.tck.ws.rs.api.rs.core.responseclient.VerificationResult
Packages that use VerificationResult
-
Uses of VerificationResult in ee.jakarta.tck.ws.rs.api.rs.core.responseclient
Methods in ee.jakarta.tck.ws.rs.api.rs.core.responseclient that return VerificationResultModifier and TypeMethodDescriptionVerificationResult.append
(VerificationResult result) protected VerificationResult
JAXRSClientIT.verifyCacheControl
(jakarta.ws.rs.core.Response response, List<String> ccl) protected VerificationResult
JAXRSClientIT.verifyContent
(jakarta.ws.rs.core.Response response, String content) protected VerificationResult
JAXRSClientIT.verifyContentType
(jakarta.ws.rs.core.Response response, List<String> type) protected VerificationResult
JAXRSClientIT.verifyCookies
(jakarta.ws.rs.core.Response response, List<String> cookies) protected VerificationResult
JAXRSClientIT.verifyEncoding
(jakarta.ws.rs.core.Response response, List<String> encoding) protected VerificationResult
JAXRSClientIT.verifyHeaders
(jakarta.ws.rs.core.Response response, HashMap<String, String> expected) protected VerificationResult
JAXRSClientIT.verifyLanguage
(jakarta.ws.rs.core.Response response, List<String> languages) protected VerificationResult
JAXRSClientIT.verifyStatus
(jakarta.ws.rs.core.Response response, int status) protected VerificationResult
JAXRSClientIT.verifyVary
(jakarta.ws.rs.core.Response response, List<String> var) Methods in ee.jakarta.tck.ws.rs.api.rs.core.responseclient with parameters of type VerificationResultModifier and TypeMethodDescriptionVerificationResult.append
(VerificationResult result) protected static void
JAXRSClientIT.assertResultTrue
(VerificationResult result) Constructors in ee.jakarta.tck.ws.rs.api.rs.core.responseclient with parameters of type VerificationResult