Class JAXRSClientIT


@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class) public class JAXRSClientIT extends JaxrsCommonClient

These tests follow the intended JAXRS rule to enable Features in the order of them being registered. By this rule, it is possible to check the previous Feature has been / has not been enabled.

The isEnabled works only in runtime which has its own version of configuration, i.e. it does not work on Configurable.getConfiguration()