Uses of Class
com.intuit.karate.core.Table
-
Packages that use Table Package Description com.intuit.karate.core -
-
Uses of Table in com.intuit.karate.core
Methods in com.intuit.karate.core that return Table Modifier and Type Method Description static TableTable. fromKarateJson(List<Map<String,Object>> tableRows)TableExamplesTable. getTable()TableStep. getTable()TableTable. replace(String token, String value)Methods in com.intuit.karate.core with parameters of type Table Modifier and Type Method Description voidStep. setTable(Table table)Constructors in com.intuit.karate.core with parameters of type Table Constructor Description ExamplesTable(ScenarioOutline outline, Table table)
-