CaseAsProvider@Deprecated
public interface CaseDescriptionProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
description(java.lang.String value,
java.util.List<java.lang.String> parameterNames,
java.util.List<?> parameterValues)
Deprecated.
Provides the description of a single scenario case depending on the test parameters and optional additional arguments
|
java.lang.String description(java.lang.String value,
java.util.List<java.lang.String> parameterNames,
java.util.List<?> parameterValues)
value - the value provided by the CaseAs annotation.parameterNames - the parameter namesparameterValues - the parameter values. Depending on the value of CaseAs.formatValues(), this is
either a list of formatted strings, or a list of the original values passed to the test method