Class AbstractITCase<C, A extends org.jboss.shrinkwrap.api.Archive<A>>

java.lang.Object
org.wildfly.clustering.arquillian.AbstractITCase<C,A>
Type Parameters:
C - the tester configuration type
A - the archive 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