Package de.gematik.combine.execution
Class ExamplesProcessor
- java.lang.Object
-
- de.gematik.combine.execution.ExamplesProcessor
-
public class ExamplesProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description ExamplesProcessor(TagParser tagParser, TableGenerator tableGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(io.cucumber.messages.types.Examples gherkinExamples, CombineConfiguration defaultConfiguration, List<CombineItem> combineItems)voidsetTableBody(io.cucumber.messages.types.Examples examples, List<io.cucumber.messages.types.TableRow> table)voidsetTags(io.cucumber.messages.types.Examples examples, List<io.cucumber.messages.types.Tag> tags)
-
-
-
Constructor Detail
-
ExamplesProcessor
@Inject public ExamplesProcessor(TagParser tagParser, TableGenerator tableGenerator)
-
-
Method Detail
-
process
public void process(io.cucumber.messages.types.Examples gherkinExamples, CombineConfiguration defaultConfiguration, List<CombineItem> combineItems)
-
setTableBody
public void setTableBody(io.cucumber.messages.types.Examples examples, List<io.cucumber.messages.types.TableRow> table)
-
setTags
public void setTags(io.cucumber.messages.types.Examples examples, List<io.cucumber.messages.types.Tag> tags)
-
-