Structures

The following structures are available globally.

  • Argument type to hold MatchTransformable content. Currently intended for use with Gherkin step argument transforms.

    See more

    Declaration

    Swift

    public struct MatchArgument : Argument
  • Argument type to hold Codable content. Currently intended for use with Gherkin data tables and data lists (unkeyed tables)

    See more

    Declaration

    Swift

    public struct CodableArgument : Argument
  • Argument type to hold String content. Currently intended only for use with Gherkin doc strings.

    See more

    Declaration

    Swift

    public struct StringArgument : Argument, CustomStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public struct Regex
  • The context model passed to all step definition handlers

    See more

    Declaration

    Swift

    public struct StepContext
  • Tag

    Undocumented

    See more

    Declaration

    Swift

    public struct Tag : CustomStringConvertible