Package com.tngtech.jgiven.junit5
Class DualScenarioTest<GIVEN_WHEN,THEN>
java.lang.Object
com.tngtech.jgiven.base.ScenarioTestBase<GIVEN_WHEN,GIVEN_WHEN,THEN>
com.tngtech.jgiven.base.DualScenarioTestBase<GIVEN_WHEN,THEN>
com.tngtech.jgiven.junit5.DualScenarioTest<GIVEN_WHEN,THEN>
- Type Parameters:
GIVEN_WHEN
- the combined GIVEN and WHEN stageTHEN
- the THEN stage
@ExtendWith(JGivenExtension.class)
public class DualScenarioTest<GIVEN_WHEN,THEN>
extends com.tngtech.jgiven.base.DualScenarioTestBase<GIVEN_WHEN,THEN>
Convenience test base class for writing JGiven scenarios with JUnit 5.
If you only have one stage class you can also use the
SimpleScenarioTest
class.
If you don't want to inherit from any class you can just use the JGivenExtension
directly.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.tngtech.jgiven.base.DualScenarioTestBase
createScenario
Methods inherited from class com.tngtech.jgiven.base.ScenarioTestBase
addStage, createNewScenario, given, section, then, when, wireSteps
-
Constructor Details
-
DualScenarioTest
public DualScenarioTest()
-
-
Method Details
-
getScenario
- Specified by:
getScenario
in classcom.tngtech.jgiven.base.ScenarioTestBase<GIVEN_WHEN,
GIVEN_WHEN, THEN>
-