Uses of Interface
ee.jakarta.tck.ws.rs.common.webclient.validation.ValidationStrategy
Packages that use ValidationStrategy
Package
Description
-
Uses of ValidationStrategy in ee.jakarta.tck.ws.rs.common.client
Fields in ee.jakarta.tck.ws.rs.common.client declared as ValidationStrategyModifier and TypeFieldDescriptionprotected ValidationStrategy
JaxrsWebTestCase.strategy
Strategy to use when validating the test case against the server's response. -
Uses of ValidationStrategy in ee.jakarta.tck.ws.rs.common.webclient.validation
Classes in ee.jakarta.tck.ws.rs.common.webclient.validation that implement ValidationStrategyModifier and TypeClassDescriptionclass
Sometimes it is not clear what result one should get, there might be more two or more possibilities.class
This class provides all of the functionality of the WebValidatorBase class.class
Base abstract class for WebTestCase validation.Methods in ee.jakarta.tck.ws.rs.common.webclient.validation that return ValidationStrategyModifier and TypeMethodDescriptionstatic ValidationStrategy
ValidationFactory.getInstance
(String validator) Returns a ValidationStrategy instance based on the available factory types.