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


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

Mark this class as requiring an JSR299 artifact to be deployed for the container. By default all classes in the current package, as well as support classes, will be deployed. The resultant artifact may not support session beans. This test may be a unit test (in which case, if the suite is run in standalone mode, the artifact itself won't be deployed, just the contained classes and /META-INF/beans.xml file).

Author:
Pete Muir
See Also:
Classes, IntegrationTest, Packaging, Resources

Optional Element Summary
 boolean addCurrentPackage
           
 

addCurrentPackage

public abstract boolean addCurrentPackage
Default:
true


Copyright © 2009. All Rights Reserved.