@Retention(value=RUNTIME) @Target(value=TYPE) public @interface TestCase
| Modifier and Type | Optional Element and Description |
|---|---|
Archive[] |
deployments
Additional deployments
|
boolean |
enabled
The enabled/disabled status of the test case.
|
Assertion[] |
value
The different assertions covered by this test case.
|
public abstract Assertion[] value
public abstract boolean enabled
public abstract Archive[] deployments
Copyright © 2003-2017 GateIn. All Rights Reserved.