Interface CucumberOptionsAnnotationParser.CucumberOptions

Enclosing class:
CucumberOptionsAnnotationParser

public static interface CucumberOptionsAnnotationParser.CucumberOptions
  • Method Details

    • dryRun

      boolean dryRun()
    • features

      String[] features()
    • glue

      String[] glue()
    • extraGlue

      String[] extraGlue()
    • tags

      String tags()
    • plugin

      String[] plugin()
    • publish

      boolean publish()
    • monochrome

      boolean monochrome()
    • name

      String[] name()
    • snippets

      SnippetType snippets()
    • objectFactory

      Class<? extends ObjectFactory> objectFactory()