Class ManualScenarioChecker

java.lang.Object
io.cucumber.core.plugin.ManualScenarioChecker

public class ManualScenarioChecker
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ManualScenarioChecker​(EnvironmentVariables environmentVariables)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<java.lang.String> lastTestedVersionFromTags​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> scenarioTags)  
    boolean scenarioResultIsUpToDate​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> scenarioTags)  
    java.util.Optional<java.lang.String> testEvidenceFromTags​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> scenarioTags)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ManualScenarioChecker

      public ManualScenarioChecker​(EnvironmentVariables environmentVariables)
  • Method Details

    • scenarioResultIsUpToDate

      public boolean scenarioResultIsUpToDate​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> scenarioTags)
    • lastTestedVersionFromTags

      @NotNull public java.util.Optional<java.lang.String> lastTestedVersionFromTags​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> scenarioTags)
    • testEvidenceFromTags

      @NotNull public java.util.Optional<java.lang.String> testEvidenceFromTags​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> scenarioTags)