Annotation Type TestParamFilter
-
public @interface TestParamFilterFilter Test Set by Parameter.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringnameContainsSelect a test parameter which name should contain specified String.java.lang.StringnameEndsWithSelect a test parameter which name ends with specified String.java.lang.StringnameStartsWithSelect a test parameter which name starts with specified String.intparamIndexParameter index to which this filter should be applied.java.lang.StringvalueContainsSelect a test parameter which value should contain specified String.java.lang.StringvalueEndsWithSelect a test parameter which value ends with specified String.java.lang.StringvalueStartsWithSelect a test parameter which value starts with specified String.
-
-
-
-
nameStartsWith
java.lang.String nameStartsWith
Select a test parameter which name starts with specified String. Designed to use withParameterKeyannotation, since there is no parameter names in Java runtime.- Returns:
- required prefix
- Default:
- ""
-
-
-
nameEndsWith
java.lang.String nameEndsWith
Select a test parameter which name ends with specified String. Designed to use withParameterKeyannotation, since there is no parameter names in Java runtime.- Returns:
- required prefix
- Default:
- ""
-
-
-
nameContains
java.lang.String nameContains
Select a test parameter which name should contain specified String. Designed to use withParameterKeyannotation, since there is no parameter names in Java runtime.- Returns:
- required prefix
- Default:
- ""
-
-