Package com.intuit.karate.core
Class ExamplesTable
- java.lang.Object
-
- com.intuit.karate.core.ExamplesTable
-
public class ExamplesTable extends Object
- Author:
- pthomas3
-
-
Constructor Summary
Constructors Constructor Description ExamplesTable(ScenarioOutline outline, Table table)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScenarioOutline
getOutline()
Table
getTable()
List<Tag>
getTags()
void
setTags(List<Tag> tags)
-
-
-
Constructor Detail
-
ExamplesTable
public ExamplesTable(ScenarioOutline outline, Table table)
-
-