You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If you are using the annotation-based configuration of Spring you can annotate your Spring
3131
-
Test Configuration with the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/1.3.0/com/tngtech/jgiven/integration/spring/EnableJGiven.html"><code>@EnableJGiven</code></a> annotation.
3131
+
Test Configuration with the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/1.3.1/com/tngtech/jgiven/integration/spring/EnableJGiven.html"><code>@EnableJGiven</code></a> annotation.
3132
3132
This is all you have to do to configure Spring for JGiven.</p>
<p>In order to treat JGiven stages as Spring beans, e.g. if you want to inject
3235
3235
other Spring beans into your stages, you have to annotate
3236
-
the stage class with the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/1.3.0/com/tngtech/jgiven/integration/spring/JGivenStage.html"><code>@JGivenStage</code></a> annotation.</p>
3236
+
the stage class with the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/1.3.1/com/tngtech/jgiven/integration/spring/JGivenStage.html"><code>@JGivenStage</code></a> annotation.</p>
<h3id="_use_jgiven_with_junit_5"><aclass="anchor" href="#_use_jgiven_with_junit_5"></a>16.3. Use JGiven with JUnit 5</h3>
3518
3518
<divclass="paragraph">
3519
-
<p>JGiven support for JUnit 5 is provided by the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
3519
+
<p>JGiven support for JUnit 5 is provided by the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
3520
3520
JUnit 5 extension. You just annotate your JUnit 5 test class with <code>@ExtendWith( JGivenExtension.class )</code>
<p>Alternatively, you can use one of the test base classes <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
3548
-
<ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
3547
+
<p>Alternatively, you can use one of the test base classes <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
3548
+
<ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
3549
3549
and allows you to specify stage classes by using type parameters:</p>
<h3id="_use_jgiven_with_junit_5">Use JGiven with JUnit 5</h3>
488
488
<divclass="paragraph">
489
-
<p>JGiven support for JUnit 5 is provided by the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
489
+
<p>JGiven support for JUnit 5 is provided by the <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
490
490
JUnit 5 extension. You just annotate your JUnit 5 test class with <code>@ExtendWith( JGivenExtension.class )</code>
491
491
and JGiven is enabled.</p>
492
492
</div>
@@ -514,8 +514,8 @@ <h3 id="_use_jgiven_with_junit_5">Use JGiven with JUnit 5</h3>
514
514
</div>
515
515
</div>
516
516
<divclass="paragraph">
517
-
<p>Alternatively, you can use one of the test base classes <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
518
-
<ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
517
+
<p>Alternatively, you can use one of the test base classes <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
518
+
<ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <ahref="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/DualScenarioTest.html"><code>DualScenarioTest</code></a> that provide additional convenience methods
519
519
and allows you to specify stage classes by using type parameters:</p>
0 commit comments