Class AbstractITCase<C,A extends org.jboss.shrinkwrap.api.Archive<A>>
java.lang.Object
org.wildfly.clustering.arquillian.AbstractITCase<C,A>
- Type Parameters:
A- the archive typeC- the tester configuration type
- All Implemented Interfaces:
Runnable,ApplicationConfiguration<C,,A> DeploymentContainerConfiguration
public abstract class AbstractITCase<C,A extends org.jboss.shrinkwrap.api.Archive<A>>
extends Object
implements Runnable, ApplicationConfiguration<C,A>, DeploymentContainerConfiguration
An abstract integration test that runs against a specific set of containers.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractITCase(Function<C, Tester> testerFactory, C configuration) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.arquillian.ApplicationConfiguration
createArchiveMethods inherited from interface org.wildfly.clustering.arquillian.DeploymentContainerConfiguration
getDeploymentContainers, getDeploymentContainers
-
Constructor Details
-
AbstractITCase
-
-
Method Details
-
getDeploymentContainerRegistry
- Specified by:
getDeploymentContainerRegistryin interfaceDeploymentContainerConfiguration
-
run
public void run()
-