Class Composite

java.lang.Object
org.jbehave.core.model.Composite

public class Composite extends Object

Represents a composite step, which can be declared both programmatically, via the @Composite annotation, or via a textual representation.

Author:
Mauro Talevi, Valery Yatsynovich
  • Constructor Details

  • Method Details

    • getStepType

      public StepType getStepType()
    • getStepWithoutStartingWord

      public String getStepWithoutStartingWord()
    • getPriority

      public int getPriority()
    • getSteps

      public List<String> getSteps()
    • getSteps

      public List<String> getSteps(boolean trim)