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
 void apply(STAGE stage)
           
 

Method Detail

apply

void apply(STAGE stage)
           throws java.lang.Exception
Throws:
java.lang.Exception