|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface TestMark a class or a method as part of the test.
| Optional Element Summary | |
|---|---|
java.lang.String[] |
dependsOnGroups
The list of groups this method depends on. |
java.lang.String[] |
dependsOnMethods
The list of methods this method depends on. |
boolean |
enabled
Whether methods on this class/method are enabled. |
java.lang.String[] |
groups
The list of groups this class/method belongs to. |
int |
invocationCount
The number of times this method should be invoked. |
java.lang.String[] |
parameters
The list of variables used to fill the parameters of this method. |
int |
successPercentage
The percentage of success expected from this method |
long |
timeOut
The maximum number of milliseconds this test should take. |
public abstract java.lang.String[] groups
public abstract boolean enabled
public abstract java.lang.String[] parameters
public abstract java.lang.String[] dependsOnGroups
public abstract java.lang.String[] dependsOnMethods
public abstract long timeOut
public abstract int invocationCount
public abstract int successPercentage
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||