Package com.consol.citrus
Interface TestParameterAware
-
public interface TestParameterAwareInterface marks test case to support test parameters.- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getParameters()Gets the test parameters.voidsetParameters(String[] parameterNames, Object[] parameterValues)Sets the parameters.
-