- 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
- getSourceCode() - Method in class org.jboss.arquillian.graphene.spi.javascript.JavaScript
-
Returns the source of hold by this
JavaScript object instance.
- 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
-