org.jboss.arquillian.spi
Interface ApplicationArchiveGenerator
public interface ApplicationArchiveGenerator
Class responsible for creating the ApplicationArchive.
Example:
- handle @Deployment
- @Artifact
Method Summary |
org.jboss.shrinkwrap.api.Archive<?> |
generateApplicationArchive(java.lang.Class<?> testCaseClass)
Generate a new Archive based on the given test case. |
generateApplicationArchive
org.jboss.shrinkwrap.api.Archive<?> generateApplicationArchive(java.lang.Class<?> testCaseClass)
- Generate a new Archive based on the given test case.
- Parameters:
testCase
- Current test case class
- Returns:
- The Generated Archive