| Package | Description |
|---|---|
| com.intuit.karate.core |
| Modifier and Type | Method and Description |
|---|---|
Collection<Tag> |
Tags.getOriginal() |
List<Tag> |
ScenarioOutline.getTags() |
List<Tag> |
Scenario.getTags() |
List<Tag> |
ExamplesTable.getTags() |
List<Tag> |
Feature.getTags() |
Iterator<Tag> |
Tags.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioOutline.setTags(List<Tag> tags) |
void |
Scenario.setTags(List<Tag> tags) |
void |
ExamplesTable.setTags(List<Tag> tags) |
void |
Feature.setTags(List<Tag> tags) |
static List<Map> |
Tags.toResultList(List<Tag> tags) |
Scenario |
ScenarioOutline.toScenario(String dynamicExpression,
int exampleIndex,
int line,
List<Tag> tagsForExamples) |
| Constructor and Description |
|---|
Tags(Collection<Tag> in) |
Copyright © 2019. All rights reserved.