public interface TableFormatter
Table
annotation.Table| Modifier and Type | Method and Description |
|---|---|
DataTable |
format(java.lang.Object tableArgument,
Table tableAnnotation,
java.lang.String parameterName,
java.lang.annotation.Annotation... allAnnotations)
Generates a
DataTable from a given table argument |
DataTable format(java.lang.Object tableArgument, Table tableAnnotation, java.lang.String parameterName, java.lang.annotation.Annotation... allAnnotations)
DataTable from a given table argumenttableArgument - the actual argument passed to the step methodtableAnnotation - the annotation of the step method parameterparameterName - the name of the step method parameterallAnnotations - all annotations of the step method parameter, including Table