public class FundamentalTestConfiguration extends Object implements org.jboss.arquillian.drone.spi.DroneConfiguration<FundamentalTestConfiguration>
| Constructor and Description |
|---|
FundamentalTestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FundamentalTestConfiguration |
configure(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor descriptor,
Class<? extends Annotation> qualifier) |
boolean |
containerShouldBeUninstalled()
Returns true if the container should be uninstalled after suite (default: true)
|
String |
getConfigurationName() |
String |
getContainerConfiguration()
Get the Maven dependency (GAV) for the artifact which contains a container configuration files
|
String |
getContainerDistribution()
Get the Maven dependency (GAV) for the container distribution artifact
|
String |
getContainerHome()
Get the directory in which the unpacked container distribution will be placed
|
String |
getJsfImplementation()
Get the Maven dependency (GAV) for the JSF implementation used for testing in servlet containers
|
String |
getRichFacesVersion()
Get version of RichFaces dependencies to use with the test.
|
boolean |
isCurrentRichFacesVersion()
Returns true when the RichFaces version setup for testing is same as current build version
|
boolean |
servletContainerSetup()
Add JSF to the WebArchive for support of plain Servlet containers (Tomcat, Jetty, etc.)
|
void |
setContainerInstalledFromDistribution(boolean containerInstalledFromDistribution)
Set the flag that the container was installed from distribution
|
void |
validate()
Validates the configuration
|
public String getRichFacesVersion()
public boolean isCurrentRichFacesVersion()
public boolean servletContainerSetup()
public String getJsfImplementation()
public String getContainerDistribution()
public String getContainerConfiguration()
public String getContainerHome()
public void setContainerInstalledFromDistribution(boolean containerInstalledFromDistribution)
public boolean containerShouldBeUninstalled()
public void validate()
public String getConfigurationName()
getConfigurationName in interface org.jboss.arquillian.drone.spi.DroneConfiguration<FundamentalTestConfiguration>public FundamentalTestConfiguration configure(org.jboss.arquillian.config.descriptor.api.ArquillianDescriptor descriptor, Class<? extends Annotation> qualifier)
configure in interface org.jboss.arquillian.drone.spi.DroneConfiguration<FundamentalTestConfiguration>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.