Package org.jbehave.core.model
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
-
-
Method Summary
Modifier and Type Method Description int
getPriority()
List<String>
getSteps()
List<String>
getSteps(boolean trim)
StepType
getStepType()
String
getStepWithoutStartingWord()
-