org.jboss.arquillian.spi
Interface ApplicationArchiveGenerator
public interface ApplicationArchiveGenerator
Class responsible for creating the ApplicationArchive.
Example:
- handle @Deployment
- @Artifact
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
generateApplicationArchive
org.jboss.shrinkwrap.api.Archive<?> generateApplicationArchive(Class<?> testCaseClass)
- Generate a new Archive based on the given test case.
- Parameters:
testCase - Current test case class
- Returns:
- The Generated Archive
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.