Interface ApplicationConfiguration<C,A extends org.jboss.shrinkwrap.api.Archive<A>>

Type Parameters:
C - the tester configuration type
A - 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 Type
    Method
    Description
    createArchive(C configuration)
     
  • Method Details

    • createArchive

      A createArchive(C configuration)