GIVEN
- the GIVEN stageWHEN
- the WHEN stageTHEN
- the THEN stage@ExtendWith(value=JGivenExtension.class) public class ScenarioTest<GIVEN,WHEN,THEN> extends com.tngtech.jgiven.base.ScenarioTestBase<GIVEN,WHEN,THEN>
SimpleScenarioTest
class.
If you don't want to inherit from any class you can just use the JGivenExtension
directly.JGivenExtension
,
SimpleScenarioTest
Constructor and Description |
---|
ScenarioTest() |
Modifier and Type | Method and Description |
---|---|
com.tngtech.jgiven.impl.Scenario<GIVEN,WHEN,THEN> |
getScenario() |