Package com.tngtech.jgiven
Interface StepFunction<STAGE>
-
- Type Parameters:
STAGE
- the stage in which this step is executed
public interface StepFunction<STAGE>
A functional interface for defining ad-hoc steps.- Since:
- 0.7.1
- See Also:
StageBase.$(String, StepFunction)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(STAGE stage)
-
-
-
Method Detail
-
apply
void apply(STAGE stage) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-