Class ContainerCustomizableURLResourceProvider

java.lang.Object
org.jboss.arquillian.graphene.location.CustomizableURLResourceProvider
org.jboss.arquillian.graphene.location.ContainerCustomizableURLResourceProvider
All Implemented Interfaces:
org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider

public class ContainerCustomizableURLResourceProvider extends CustomizableURLResourceProvider
This resource provider is used if the Arquillian (core) resource provider for URLs is present on the classpath at extension load time, i.e. you use the container integration option (see see https://docs.jboss.org/author/display/ARQGRA2/Framework+Integration+Options). It will be used to ask the core resource provider first and only if the URL remains unknown, it will fallback to the custom URL configured in Graphene configuration.
  • Constructor Details

    • ContainerCustomizableURLResourceProvider

      public ContainerCustomizableURLResourceProvider()
  • Method Details