RSDStepValidator

public protocol RSDStepValidator

RSDStepValidator is a convenience protocol for validating the steps in a list as unique.

  • An ordered list of steps, each with a unique identifier.

    Declaration

    Swift

    var steps: [RSDStep] { get }
  • stepValidation() Extension method

    Steps must have unique identifiers and each step within the collection must be valid.

    Declaration

    Swift

    public func stepValidation() throws