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
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider
org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider.ClassInjection, org.jboss.arquillian.test.spi.enricher.resource.ResourceProvider.MethodInjection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URLdoLookup(org.jboss.arquillian.test.api.ArquillianResource resource, Annotation... qualifiers) Methods inherited from class org.jboss.arquillian.graphene.location.CustomizableURLResourceProvider
canProvide, lookup
-
Constructor Details
-
ContainerCustomizableURLResourceProvider
public ContainerCustomizableURLResourceProvider()
-
-
Method Details
-
doLookup
protected URL doLookup(org.jboss.arquillian.test.api.ArquillianResource resource, Annotation... qualifiers) - Overrides:
doLookupin classCustomizableURLResourceProvider
-