Skip navigation links
Graphene: SPI 2.1.0.CR2
A C D E F G H I J L O P R S T V 

A

append(String) - Method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
Append the JavaScript part to end of the this JavaScript

C

canDecide() - Method in interface org.jboss.arquillian.graphene.spi.location.LocationDecider
 
configure(ArquillianDescriptor, Class<? extends Annotation>) - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
 

D

decide(String) - Method in interface org.jboss.arquillian.graphene.spi.location.LocationDecider
Decides URL location for given location

E

enrich(SearchContext, Object) - Method in interface org.jboss.arquillian.graphene.spi.enricher.SearchContextTestEnricher
Performs enrichment on the given object with the given SearchContext.

F

FILE() - Constructor for class org.jboss.arquillian.graphene.spi.location.Scheme.FILE
 
fromAnnotation(Annotation) - Method in interface org.jboss.arquillian.graphene.spi.findby.LocationStrategy
Transforms annotation which is marked with this location strategy using ImplementsLocationStrategy annotation to locator By.
fromFile(File) - Static method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
Loads the JavaScript from file.
fromResource(String) - Static method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
Loads the JavaScript from classpath resource.
fromString(String) - Static method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
The factory method for JavaScript object

G

getConfiguration() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfigured
 
getConfiguration() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneUnconfigured
 
getConfigurationName() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
 
getDefaultElementLocatingStrategy() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
Specifies default location strategy when no parameter is given to FindBy annotated injection point.
getExtensionScript() - Method in interface org.jboss.arquillian.graphene.spi.page.PageExtension
Returns the source code of the script to be injected to the page
getInstallationDetectionScript() - Method in interface org.jboss.arquillian.graphene.spi.page.PageExtension
Returns the source code of the script which will be executed to check whether the extension is already installed.
getJavascriptInstallationLimit() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
How long should Graphene wait before it fails to install a JavaScript extension into a page.
getName() - Method in interface org.jboss.arquillian.graphene.spi.page.PageExtension
Returns the name of the script that can uniquely identify this script
getPageExtensions(TestClass) - Method in interface org.jboss.arquillian.graphene.spi.page.PageExtensionProvider
Returns list of all page extensions relevant to the given test class.
getPrecedence() - Method in interface org.jboss.arquillian.graphene.spi.enricher.SearchContextTestEnricher
Returns the enricher precedence.
getRequired() - Method in interface org.jboss.arquillian.graphene.spi.page.PageExtension
Returns a collection of extension names required by this extension
getScheme() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
Default scheme to use for every Location annotation.
getSourceCode() - Method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
Returns the source of hold by this JavaScript object instance.
getUrl() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
default url when container would inject null value to ArquillianResource otherwise
getWaitAjaxInterval() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
Get a default internal for waiting for AJAX operations.
getWaitGuardInterval() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
Get a default internal for waiting for Request Guards
getWaitGuiInterval() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
Get a default internal for waiting for GUI operations.
getWaitModelInterval() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
Get a default internal for waiting for time-consuming, typically server-side operations.
GrapheneConfiguration - Class in org.jboss.arquillian.graphene.spi.configuration
Graphene configuration can be defined in arquillian.xml or system properties.
GrapheneConfiguration() - Constructor for class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
 
GrapheneConfigured - Class in org.jboss.arquillian.graphene.spi.configuration
An event triggered when Graphene configuration was finalized from external sources and is prepared to be accessed by user.
GrapheneConfigured(GrapheneConfiguration) - Constructor for class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfigured
 
GrapheneUnconfigured - Class in org.jboss.arquillian.graphene.spi.configuration
An event fired when Graphene is about to unconfigure its configuration in the context.
GrapheneUnconfigured(GrapheneConfiguration) - Constructor for class org.jboss.arquillian.graphene.spi.configuration.GrapheneUnconfigured
 

H

HTTP() - Constructor for class org.jboss.arquillian.graphene.spi.location.Scheme.HTTP
 

I

ImplementedBy - Annotation Type in org.jboss.arquillian.graphene.spi
Denotes implementation for annotated interface or abstract class so that it can be instantiated via TypeResolver.
ImplementsLocationStrategy - Annotation Type in org.jboss.arquillian.graphene.spi.findby
Enables to introduce new annotations of FindBy type with its own location strategy.
instantiate(String) - Static method in class org.jboss.arquillian.graphene.spi.TypeResolver
Instantiates a class by given implementation name
instantiate(Class<T>) - Static method in class org.jboss.arquillian.graphene.spi.TypeResolver
Instantiates class by given type, while it reflects annotation ImplementedBy in order to determine final implementation of given type.

J

JavaScript - Class in org.jboss.arquillian.graphene.spi.javascript
Encapsulates JavaScript definitions.
JavaScript(String) - Constructor for class org.jboss.arquillian.graphene.spi.javascript.JavaScript
Instantiates a new JavaScript.
join(JavaScript) - Method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
Joins this JavaScript object with another JavaScript object to single JavaScript.

L

LocationDecider - Interface in org.jboss.arquillian.graphene.spi.location
Decides URL for some location.
LocationStrategy - Interface in org.jboss.arquillian.graphene.spi.findby
Allows to locate WebElements by providing their locators (By).

O

org.jboss.arquillian.graphene.spi - package org.jboss.arquillian.graphene.spi
 
org.jboss.arquillian.graphene.spi.configuration - package org.jboss.arquillian.graphene.spi.configuration
 
org.jboss.arquillian.graphene.spi.enricher - package org.jboss.arquillian.graphene.spi.enricher
 
org.jboss.arquillian.graphene.spi.findby - package org.jboss.arquillian.graphene.spi.findby
 
org.jboss.arquillian.graphene.spi.javascript - package org.jboss.arquillian.graphene.spi.javascript
 
org.jboss.arquillian.graphene.spi.location - package org.jboss.arquillian.graphene.spi.location
 
org.jboss.arquillian.graphene.spi.page - package org.jboss.arquillian.graphene.spi.page
 

P

PageExtension - Interface in org.jboss.arquillian.graphene.spi.page
Denotes extension to be injected to the page
PageExtensionProvider - Interface in org.jboss.arquillian.graphene.spi.page
Returns the list of PageExtension known by the given module.
PageExtensionsCleaned - Class in org.jboss.arquillian.graphene.spi.page
Called when registry for current PageExtensions was cleared.
PageExtensionsCleaned() - Constructor for class org.jboss.arquillian.graphene.spi.page.PageExtensionsCleaned
 
PageExtensionsReady - Class in org.jboss.arquillian.graphene.spi.page
Called when PageExtensions registered in registry are ready to be used.
PageExtensionsReady() - Constructor for class org.jboss.arquillian.graphene.spi.page.PageExtensionsReady
 

R

resolve(SearchContext, Method, Object[]) - Method in interface org.jboss.arquillian.graphene.spi.enricher.SearchContextTestEnricher
Performs resolve for the given method with the given SearchContext.
resolveType(String) - Static method in class org.jboss.arquillian.graphene.spi.TypeResolver
Resolves type based on given className, while it reflects annotation ImplementedBy in order to determine final implementation of given type.
resolveType(Class<T>) - Static method in class org.jboss.arquillian.graphene.spi.TypeResolver
Resolves implementation type based on given type, while it reflects annotation ImplementedBy in order to determine final implementation of given type.
RESOURCE() - Constructor for class org.jboss.arquillian.graphene.spi.location.Scheme.RESOURCE
 

S

Scheme - Class in org.jboss.arquillian.graphene.spi.location
URI scheme for Location annotation to specify the type of location to navigate to.
Scheme() - Constructor for class org.jboss.arquillian.graphene.spi.location.Scheme
 
Scheme.FILE - Class in org.jboss.arquillian.graphene.spi.location
 
Scheme.HTTP - Class in org.jboss.arquillian.graphene.spi.location
 
Scheme.RESOURCE - Class in org.jboss.arquillian.graphene.spi.location
 
SearchContextTestEnricher - Interface in org.jboss.arquillian.graphene.spi.enricher
The test enricher taking account there is SearchContext linked to the enriched object.

T

toString() - Method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
 
toString() - Method in class org.jboss.arquillian.graphene.spi.location.Scheme.FILE
 
toString() - Method in class org.jboss.arquillian.graphene.spi.location.Scheme.HTTP
 
toString() - Method in class org.jboss.arquillian.graphene.spi.location.Scheme.RESOURCE
 
TypeResolver - Class in org.jboss.arquillian.graphene.spi
Instantiates given class while it reflects annotation ImplementedBy in order to determine final implementation of given type.
TypeResolver() - Constructor for class org.jboss.arquillian.graphene.spi.TypeResolver
 

V

validate() - Method in class org.jboss.arquillian.graphene.spi.configuration.GrapheneConfiguration
Validates that configuration is correct
A C D E F G H I J L O P R S T V 
Skip navigation links
Graphene: SPI 2.1.0.CR2

Copyright © 2016 JBoss by Red Hat. All rights reserved.