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 typeA- 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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractITCase(Function<C, Tester> testerFactory, C configuration) Constructs a new integration test using the specified tester factory and configuration. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApplicationConfiguration
createArchiveMethods inherited from interface DeploymentContainerConfiguration
getDeploymentContainers, getDeploymentContainers
-
Constructor Details
-
AbstractITCase
-
-
Method Details
-
getDeploymentContainerRegistry
Description copied from interface:DeploymentContainerConfigurationReturns the registry of deployment containers.- Specified by:
getDeploymentContainerRegistryin interfaceDeploymentContainerConfiguration- Returns:
- the registry of deployment containers.
-
run
-