Package com.tngtech.jgiven
-
Interface Summary Interface Description CurrentScenario This interface can be injected into a stage using theScenarioState
annotation.CurrentStep This interface can be injected into a stage by using theScenarioState
annotation.StepFunction<STAGE> A functional interface for defining ad-hoc steps. -
Class Summary Class Description DataTables A utility class to create data tables.Stage<SELF extends Stage<?>> Base class for Stages.