|
Arquillian Container Test API 1.0.0.CR8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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
| Required Element Summary | |
|---|---|
Class<? extends Exception> |
value
|
| Element Detail |
|---|
public abstract Class<? extends Exception> value
|
Arquillian Container Test API 1.0.0.CR8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||