org.jboss.arquillian.container.test.api
Annotation Type ShouldThrowException
@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ShouldThrowException
Defines that @Deployment should cause exception of type value().
Adding this annotation will force @Deployment to be testable = false which will force @RunAsClient
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
value
public abstract Class<? extends Exception> value
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.