Package com.tngtech.jgiven.integration.spring

Class Summary
JGivenStageAutoProxyCreator AutoProxyCreator that creates JGiven advices for all beans that are annotated with the JGivenStage annotation.
SpringCanWire Deprecated. use SpringScenarioExecutor instead
SpringScenarioExecutor Main class of JGiven for executing scenarios with spring support.
SpringScenarioTest<GIVEN,WHEN,THEN> Base class for SpringScenarioExecutor based JGiven tests
SpringStepMethodInterceptor StepMethodInterceptor that uses MethodInterceptor for intercepting JGiven methods See below on how to configure this bean.
 

Annotation Types Summary
JGivenStage Annotation that marks a bean as JGiven Stage.