|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface PriorityAn annotation for specifyfing test method priority. Methods with higher priorities execute earlier. If the annotation is not present priority 0 is assumed.
| Required Element Summary | |
|---|---|
int |
value
|
| Element Detail |
|---|
public abstract int value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||