public interface ResourceProvider
Modifier and Type | Interface and Description |
---|---|
static interface |
ResourceProvider.ClassInjection
This annotation is put to
lookup(ArquillianResource, Annotation...) qualifiers parameter
so
implementation of ResourceProvider can enrich it knowing it enriches class scoped ArquillianResource. |
static interface |
ResourceProvider.MethodInjection
This annotation is put to
lookup(ArquillianResource, Annotation...) qualifiers parameter
so
implementation of ResourceProvider can enrich it knowing it enriches method scoped ArquillianResource. |
Modifier and Type | Method and Description |
---|---|
boolean |
canProvide(Class<?> type) |
Object |
lookup(ArquillianResource resource,
Annotation... qualifiers) |
boolean canProvide(Class<?> type)
Object lookup(ArquillianResource resource, Annotation... qualifiers)
Copyright © 2017 JBoss by Red Hat. All rights reserved.