Interface ApplicationConfiguration<C, A extends org.jboss.shrinkwrap.api.Archive<A>>
- Type Parameters:
C- the tester configuration typeA- the archive type
- All Known Implementing Classes:
AbstractITCase
public interface ApplicationConfiguration<C, A extends org.jboss.shrinkwrap.api.Archive<A>>
Encapsulates the configuration of a test application.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptioncreateArchive(C configuration) Creates a deployment archive using the specified configuration
-
Method Details
-
createArchive
-