org.jboss.testharness.impl.packaging
Annotation Type Packaging


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Packaging

Mark this test as requiring specific packaging when deployed to a container for intgration testing.

Author:
Pete Muir
See Also:
IntegrationTest, Artifact

Optional Element Summary
 PackagingType value
           
 

value

public abstract PackagingType value
Default:
org.jboss.testharness.impl.packaging.PackagingType.WAR


Copyright © 2009. All Rights Reserved.