public @interface TestParamFilter
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
nameContains
Select a test parameter which name should contain specified String.
|
java.lang.String |
nameEndsWith
Select a test parameter which name ends with specified String.
|
java.lang.String |
nameStartsWith
Select a test parameter which name starts with specified String.
|
int |
paramIndex
Parameter index to which this filter should be applied.
|
java.lang.String |
valueContains
Select a test parameter which value should contain specified String.
|
java.lang.String |
valueEndsWith
Select a test parameter which value ends with specified String.
|
java.lang.String |
valueStartsWith
Select a test parameter which value starts with specified String.
|
public abstract int paramIndex
public abstract java.lang.String nameStartsWith
ParameterKey annotation, since there is
no parameter names in Java runtime.public abstract java.lang.String nameEndsWith
ParameterKey annotation, since there is
no parameter names in Java runtime.public abstract java.lang.String nameContains
ParameterKey annotation, since there
is no parameter names in Java runtime.public abstract java.lang.String valueStartsWith
Object.toString(),
method.