Package org.jbehave.core.annotations
Annotation Interface Conditional
Indicates that the step should be performed only if the specified condition is met. A condition
is a state that can be determined programmatically before the step is performed.
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
condition
Defines the class of condition that will be used for step matching.- Returns:
- the Predicate implementation class.
-
-
-
value
String valueDefines the value to match the condition against.- Returns:
- the String value, empty by default.
- Default:
- ""
-