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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.shrinkwrap.api.spec.WebArchive
final void
Compliance Test for the spec requirement thatClient
MUST throw the most specific subclass ofWebApplicationException
for the returned status code.
-
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 thatClient
MUST throw the most specific subclass ofWebApplicationException
for the returned status code.
-