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
@Compositeannotation, or via a textual representation.- Author:
- Mauro Talevi, Valery Yatsynovich
-
-
Method Summary
Modifier and Type Method Description intgetPriority()List<String>getSteps()List<String>getSteps(boolean trim)StepTypegetStepType()StringgetStepWithoutStartingWord()
-