Package org.citrusframework
Interface TestParameterAware
public interface TestParameterAware
Interface marks test case to support test parameters.
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionGets the test parameters.voidsetParameters(String[] parameterNames, Object[] parameterValues) Sets the parameters.
-
Method Details
-
setParameters
Sets the parameters.- Parameters:
parameterNames- the parameter names to setparameterValues- the parameters to set
-
getParameters
Gets the test parameters.- Returns:
- the parameters
-