Class JsonbContextProviderIT

java.lang.Object
ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT

@Timeout(value=1L, unit=HOURS) @ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class) public final class JsonbContextProviderIT extends Object
Compliance Test for Jsonb Context Provider of Jakarta REST API
Since:
3.1
Author:
Markus KARG (markus@headcrashing.eu)
  • Constructor Details

    • JsonbContextProviderIT

      public JsonbContextProviderIT()
  • Method Details

    • createDeployment

      @Deployment(testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • shouldUseApplicationProvidedJsonbInstance

      @Test public final void shouldUseApplicationProvidedJsonbInstance() throws URISyntaxException
      Verifies that an implementation will use the Jsonb instance offered by an application-provided context resolver.
      Throws:
      URISyntaxException - if the baseUrl cannot be converted to a URI