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


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

Mark this artifact as expecting to fail a deployment with the given exception or some subtype of it.

Author:
Pete Muir

Required Element Summary
 java.lang.Class<? extends java.lang.Throwable> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends java.lang.Throwable> value


Copyright © 2009. All Rights Reserved.