Class ScenarioTestEx<GIVEN,WHEN,THEN>
- java.lang.Object
-
- com.tngtech.jgiven.base.ScenarioTestBase<GIVEN,WHEN,THEN>
-
- dev.aherscu.qa.jgiven.commons.utils.ScenarioTestEx<GIVEN,WHEN,THEN>
-
- Type Parameters:
GIVEN
- type of given stageWHEN
- type of when stageTHEN
- type of then stage
- Direct Known Subclasses:
TypedScenarioTest
public class ScenarioTestEx<GIVEN,WHEN,THEN> extends com.tngtech.jgiven.base.ScenarioTestBase<GIVEN,WHEN,THEN>
This is a complete replacement ofScenarioTest
in order to useScenarioTestListenerEx
.
-
-
Constructor Summary
Constructors Constructor Description ScenarioTestEx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.tngtech.jgiven.impl.Scenario<GIVEN,WHEN,THEN>
getScenario()
-