Class ClientExceptionsIT

java.lang.Object
ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT

@Timeout(value=1L, unit=HOURS) @ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class) public class ClientExceptionsIT extends Object
Compliance Tests for exceptions thrown by Client.
Since:
4.0
Author:
Jeremias Weber
  • Constructor Details

    • ClientExceptionsIT

      public ClientExceptionsIT()
  • Method Details

    • createDeployment

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

      @Test public final void shouldThrowMostSpecificWebApplicationException()
      Compliance Test for the spec requirement that Client MUST throw the most specific subclass of WebApplicationException for the returned status code.