Skip to content

Commit 240dcfc

Browse files
actions-usergithub-actions
authored and
github-actions
committed
added userguide to gh-pages
1 parent ec6926d commit 240dcfc

17 files changed

+73
-73
lines changed

Diff for: userguide/android.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ <h4 id="_jgiven_android_dependency">JGiven Android Dependency</h4>
475475
<div class="listingblock">
476476
<div class="content">
477477
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
478-
androidTestCompile("com.tngtech.jgiven:jgiven-android:1.3.0")
478+
androidTestCompile("com.tngtech.jgiven:jgiven-android:1.3.1")
479479
}</code></pre>
480480
</div>
481481
</div>
@@ -623,8 +623,8 @@ <h3 id="_example_project">Example Project</h3>
623623
</div>
624624
<div id="footer">
625625
<div id="footer-text">
626-
Version 1.3.0<br>
627-
Last updated 2023-09-08 14:40:48 UTC
626+
Version 1.3.1<br>
627+
Last updated 2023-12-12 06:09:44 UTC
628628
</div>
629629
</div>
630630
</body>

Diff for: userguide/attachments.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -527,8 +527,8 @@ <h3 id="_example_taking_screenshots_with_selenium_webdriver">Example: Taking Scr
527527
</div>
528528
<div id="footer">
529529
<div id="footer-text">
530-
Version 1.3.0<br>
531-
Last updated 2023-09-08 14:40:48 UTC
530+
Version 1.3.1<br>
531+
Last updated 2023-12-12 06:09:44 UTC
532532
</div>
533533
</div>
534534
</body>

Diff for: userguide/exception_handling.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ <h3 id="_a_better_approach">A better approach</h3>
558558
</div>
559559
<div id="footer">
560560
<div id="footer-text">
561-
Version 1.3.0<br>
562-
Last updated 2023-09-08 14:40:48 UTC
561+
Version 1.3.1<br>
562+
Last updated 2023-12-12 06:09:44 UTC
563563
</div>
564564
</div>
565565
</body>

Diff for: userguide/getting_started.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ <h3 id="_using_junit_rules_directly_instead_of_deriving_from_scenariotest">Using
592592
</div>
593593
<div id="footer">
594594
<div id="footer-text">
595-
Version 1.3.0<br>
596-
Last updated 2023-09-08 14:40:48 UTC
595+
Version 1.3.1<br>
596+
Last updated 2023-12-12 06:09:44 UTC
597597
</div>
598598
</div>
599599
</body>

Diff for: userguide/index.html

+22-22
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
<h1>JGiven User Guide</h1>
446446
<div class="details">
447447
<span id="author" class="author">Jan Schäfer</span><br>
448-
<span id="revnumber">version 1.3.0</span>
448+
<span id="revnumber">version 1.3.1</span>
449449
</div>
450450
<div id="toc" class="toc2">
451451
<div id="toctitle">Table of Contents</div>
@@ -675,7 +675,7 @@ <h4 id="_maven_dependency"><a class="anchor" href="#_maven_dependency"></a>2.1.1
675675
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
676676
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
677677
&lt;artifactId&gt;jgiven-junit&lt;/artifactId&gt;
678-
&lt;version&gt;1.3.0&lt;/version&gt;
678+
&lt;version&gt;1.3.1&lt;/version&gt;
679679
&lt;scope&gt;test&lt;/scope&gt;
680680
&lt;/dependency&gt;</code></pre>
681681
</div>
@@ -686,7 +686,7 @@ <h4 id="_gradle_dependency"><a class="anchor" href="#_gradle_dependency"></a>2.1
686686
<div class="listingblock">
687687
<div class="content">
688688
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
689-
testImplementation 'com.tngtech.jgiven:jgiven-junit:1.3.0'
689+
testImplementation 'com.tngtech.jgiven:jgiven-junit:1.3.1'
690690
}</code></pre>
691691
</div>
692692
</div>
@@ -706,7 +706,7 @@ <h4 id="_maven_dependency_2"><a class="anchor" href="#_maven_dependency_2"></a>2
706706
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
707707
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
708708
&lt;artifactId&gt;jgiven-testng&lt;/artifactId&gt;
709-
&lt;version&gt;1.3.0&lt;/version&gt;
709+
&lt;version&gt;1.3.1&lt;/version&gt;
710710
&lt;scope&gt;test&lt;/scope&gt;
711711
&lt;/dependency&gt;</code></pre>
712712
</div>
@@ -717,7 +717,7 @@ <h4 id="_gradle_dependency_2"><a class="anchor" href="#_gradle_dependency_2"></a
717717
<div class="listingblock">
718718
<div class="content">
719719
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
720-
testImplementation 'com.tngtech.jgiven:jgiven-testng:1.3.0'
720+
testImplementation 'com.tngtech.jgiven:jgiven-testng:1.3.1'
721721
}</code></pre>
722722
</div>
723723
</div>
@@ -1009,7 +1009,7 @@ <h4 id="_maven"><a class="anchor" href="#_maven"></a>4.4.1. Maven</h4>
10091009
<span class="tag">&lt;plugin&gt;</span>
10101010
<span class="tag">&lt;groupId&gt;</span>com.tngtech.jgiven<span class="tag">&lt;/groupId&gt;</span>
10111011
<span class="tag">&lt;artifactId&gt;</span>jgiven-maven-plugin<span class="tag">&lt;/artifactId&gt;</span>
1012-
<span class="tag">&lt;version&gt;</span>1.3.0<span class="tag">&lt;/version&gt;</span>
1012+
<span class="tag">&lt;version&gt;</span>1.3.1<span class="tag">&lt;/version&gt;</span>
10131013
<span class="tag">&lt;executions&gt;</span>
10141014
<span class="tag">&lt;execution&gt;</span>
10151015
<span class="tag">&lt;goals&gt;</span>
@@ -1093,7 +1093,7 @@ <h4 id="_gradle"><a class="anchor" href="#_gradle"></a>4.4.2. Gradle</h4>
10931093
<div class="listingblock">
10941094
<div class="content">
10951095
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">plugins {
1096-
id &quot;com.tngtech.jgiven.gradle-plugin&quot; version &quot;1.3.0&quot;
1096+
id &quot;com.tngtech.jgiven.gradle-plugin&quot; version &quot;1.3.1&quot;
10971097
}</code></pre>
10981098
</div>
10991099
</div>
@@ -1111,7 +1111,7 @@ <h4 id="_gradle"><a class="anchor" href="#_gradle"></a>4.4.2. Gradle</h4>
11111111
}
11121112

11131113
dependencies {
1114-
classpath &quot;com.tngtech.jgiven:jgiven-gradle-plugin:1.3.0&quot;
1114+
classpath &quot;com.tngtech.jgiven:jgiven-gradle-plugin:1.3.1&quot;
11151115
}
11161116
}
11171117

@@ -3029,7 +3029,7 @@ <h4 id="_maven_2"><a class="anchor" href="#_maven_2"></a>12.1.1. Maven</h4>
30293029
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
30303030
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
30313031
&lt;artifactId&gt;jgiven-spock&lt;/artifactId&gt;
3032-
&lt;version&gt;1.3.0&lt;/version&gt;
3032+
&lt;version&gt;1.3.1&lt;/version&gt;
30333033
&lt;scope&gt;test&lt;/scope&gt;
30343034
&lt;/dependency&gt;</code></pre>
30353035
</div>
@@ -3040,7 +3040,7 @@ <h4 id="_gradle_2"><a class="anchor" href="#_gradle_2"></a>12.1.2. Gradle</h4>
30403040
<div class="listingblock">
30413041
<div class="content">
30423042
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
3043-
testImplementation &quot;com.tngtech.jgiven:jgiven-spock:1.3.0&quot;
3043+
testImplementation &quot;com.tngtech.jgiven:jgiven-spock:1.3.1&quot;
30443044
}</code></pre>
30453045
</div>
30463046
</div>
@@ -3101,7 +3101,7 @@ <h4 id="_maven_3"><a class="anchor" href="#_maven_3"></a>13.1.1. Maven</h4>
31013101
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
31023102
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
31033103
&lt;artifactId&gt;jgiven-spring-junit5&lt;/artifactId&gt;
3104-
&lt;version&gt;1.3.0&lt;/version&gt;
3104+
&lt;version&gt;1.3.1&lt;/version&gt;
31053105
&lt;scope&gt;test&lt;/scope&gt;
31063106
&lt;/dependency&gt;</code></pre>
31073107
</div>
@@ -3112,7 +3112,7 @@ <h4 id="_gradle_3"><a class="anchor" href="#_gradle_3"></a>13.1.2. Gradle</h4>
31123112
<div class="listingblock">
31133113
<div class="content">
31143114
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
3115-
testImplementation(&quot;com.tngtech.jgiven:jgiven-spring-junit5:1.3.0&quot;)
3115+
testImplementation(&quot;com.tngtech.jgiven:jgiven-spring-junit5:1.3.1&quot;)
31163116
}</code></pre>
31173117
</div>
31183118
</div>
@@ -3128,7 +3128,7 @@ <h3 id="_configure_spring"><a class="anchor" href="#_configure_spring"></a>13.2.
31283128
<h4 id="_annotation_based"><a class="anchor" href="#_annotation_based"></a>13.2.1. Annotation-Based</h4>
31293129
<div class="paragraph">
31303130
<p>If you are using the annotation-based configuration of Spring you can annotate your Spring
3131-
Test Configuration with the <a href="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 <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-spring/1.3.1/com/tngtech/jgiven/integration/spring/EnableJGiven.html"><code>@EnableJGiven</code></a> annotation.
31323132
This is all you have to do to configure Spring for JGiven.</p>
31333133
</div>
31343134
<div class="sect4">
@@ -3233,7 +3233,7 @@ <h3 id="_stages_as_spring_beans"><a class="anchor" href="#_stages_as_spring_bean
32333233
<div class="paragraph">
32343234
<p>In order to treat JGiven stages as Spring beans, e.g. if you want to inject
32353235
other Spring beans into your stages, you have to annotate
3236-
the stage class with the <a href="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 <a href="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>
32373237
</div>
32383238
<div class="sect3">
32393239
<h4 id="_example_11"><a class="anchor" href="#_example_11"></a>13.4.1. Example</h4>
@@ -3325,7 +3325,7 @@ <h4 id="_jgiven_android_dependency"><a class="anchor" href="#_jgiven_android_dep
33253325
<div class="listingblock">
33263326
<div class="content">
33273327
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
3328-
androidTestCompile(&quot;com.tngtech.jgiven:jgiven-android:1.3.0&quot;)
3328+
androidTestCompile(&quot;com.tngtech.jgiven:jgiven-android:1.3.1&quot;)
33293329
}</code></pre>
33303330
</div>
33313331
</div>
@@ -3496,7 +3496,7 @@ <h4 id="_maven_4"><a class="anchor" href="#_maven_4"></a>16.2.1. Maven</h4>
34963496
<pre class="CodeRay highlight nowrap"><code data-lang="maven">&lt;dependency&gt;
34973497
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
34983498
&lt;artifactId&gt;jgiven-junit5&lt;/artifactId&gt;
3499-
&lt;version&gt;1.3.0&lt;/version&gt;
3499+
&lt;version&gt;1.3.1&lt;/version&gt;
35003500
&lt;scope&gt;test&lt;/scope&gt;
35013501
&lt;/dependency&gt;</code></pre>
35023502
</div>
@@ -3507,7 +3507,7 @@ <h4 id="_gradle_4"><a class="anchor" href="#_gradle_4"></a>16.2.2. Gradle</h4>
35073507
<div class="listingblock">
35083508
<div class="content">
35093509
<pre class="CodeRay highlight nowrap"><code data-lang="gradle">dependencies {
3510-
testImplementation(&quot;com.tngtech.jgiven:jgiven-junit5:1.3.0&quot;)
3510+
testImplementation(&quot;com.tngtech.jgiven:jgiven-junit5:1.3.1&quot;)
35113511
}</code></pre>
35123512
</div>
35133513
</div>
@@ -3516,7 +3516,7 @@ <h4 id="_gradle_4"><a class="anchor" href="#_gradle_4"></a>16.2.2. Gradle</h4>
35163516
<div class="sect2">
35173517
<h3 id="_use_jgiven_with_junit_5"><a class="anchor" href="#_use_jgiven_with_junit_5"></a>16.3. Use JGiven with JUnit 5</h3>
35183518
<div class="paragraph">
3519-
<p>JGiven support for JUnit 5 is provided by the <a href="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 <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
35203520
JUnit 5 extension. You just annotate your JUnit 5 test class with <code>@ExtendWith( JGivenExtension.class )</code>
35213521
and JGiven is enabled.</p>
35223522
</div>
@@ -3544,8 +3544,8 @@ <h3 id="_use_jgiven_with_junit_5"><a class="anchor" href="#_use_jgiven_with_juni
35443544
</div>
35453545
</div>
35463546
<div class="paragraph">
3547-
<p>Alternatively, you can use one of the test base classes <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
3548-
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="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 <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
3548+
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="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
35493549
and allows you to specify stage classes by using type parameters:</p>
35503550
</div>
35513551
<div class="listingblock">
@@ -3577,8 +3577,8 @@ <h3 id="_example_project_5"><a class="anchor" href="#_example_project_5"></a>16.
35773577
</div>
35783578
<div id="footer">
35793579
<div id="footer-text">
3580-
Version 1.3.0<br>
3581-
Last updated 2023-09-08 14:40:48 UTC
3580+
Version 1.3.1<br>
3581+
Last updated 2023-12-12 06:09:44 UTC
35823582
</div>
35833583
</div>
35843584
<style>

Diff for: userguide/installation.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h4 id="_maven_dependency">Maven Dependency</h4>
469469
<pre class="highlight"><code class="language-maven" data-lang="maven">&lt;dependency&gt;
470470
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
471471
&lt;artifactId&gt;jgiven-junit&lt;/artifactId&gt;
472-
&lt;version&gt;1.3.0&lt;/version&gt;
472+
&lt;version&gt;1.3.1&lt;/version&gt;
473473
&lt;scope&gt;test&lt;/scope&gt;
474474
&lt;/dependency&gt;</code></pre>
475475
</div>
@@ -480,7 +480,7 @@ <h4 id="_gradle_dependency">Gradle Dependency</h4>
480480
<div class="listingblock">
481481
<div class="content">
482482
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
483-
testImplementation 'com.tngtech.jgiven:jgiven-junit:1.3.0'
483+
testImplementation 'com.tngtech.jgiven:jgiven-junit:1.3.1'
484484
}</code></pre>
485485
</div>
486486
</div>
@@ -500,7 +500,7 @@ <h4 id="_maven_dependency_2">Maven Dependency</h4>
500500
<pre class="highlight"><code class="language-maven" data-lang="maven">&lt;dependency&gt;
501501
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
502502
&lt;artifactId&gt;jgiven-testng&lt;/artifactId&gt;
503-
&lt;version&gt;1.3.0&lt;/version&gt;
503+
&lt;version&gt;1.3.1&lt;/version&gt;
504504
&lt;scope&gt;test&lt;/scope&gt;
505505
&lt;/dependency&gt;</code></pre>
506506
</div>
@@ -511,7 +511,7 @@ <h4 id="_gradle_dependency_2">Gradle Dependency</h4>
511511
<div class="listingblock">
512512
<div class="content">
513513
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
514-
testImplementation 'com.tngtech.jgiven:jgiven-testng:1.3.0'
514+
testImplementation 'com.tngtech.jgiven:jgiven-testng:1.3.1'
515515
}</code></pre>
516516
</div>
517517
</div>
@@ -528,8 +528,8 @@ <h3 id="_java_compiler_note">Java Compiler Note</h3>
528528
</div>
529529
<div id="footer">
530530
<div id="footer-text">
531-
Version 1.3.0<br>
532-
Last updated 2023-09-08 14:40:48 UTC
531+
Version 1.3.1<br>
532+
Last updated 2023-12-12 06:09:44 UTC
533533
</div>
534534
</div>
535535
</body>

Diff for: userguide/intro.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ <h4 id="_jgiven_junit_5">JGiven JUnit 5</h4>
507507
</div>
508508
<div id="footer">
509509
<div id="footer-text">
510-
Version 1.3.0<br>
511-
Last updated 2023-09-08 14:40:48 UTC
510+
Version 1.3.1<br>
511+
Last updated 2023-12-12 06:09:44 UTC
512512
</div>
513513
</div>
514514
</body>

Diff for: userguide/junit5.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ <h4 id="_maven">Maven</h4>
466466
<pre class="highlight"><code class="language-maven" data-lang="maven">&lt;dependency&gt;
467467
&lt;groupId&gt;com.tngtech.jgiven&lt;/groupId&gt;
468468
&lt;artifactId&gt;jgiven-junit5&lt;/artifactId&gt;
469-
&lt;version&gt;1.3.0&lt;/version&gt;
469+
&lt;version&gt;1.3.1&lt;/version&gt;
470470
&lt;scope&gt;test&lt;/scope&gt;
471471
&lt;/dependency&gt;</code></pre>
472472
</div>
@@ -477,7 +477,7 @@ <h4 id="_gradle">Gradle</h4>
477477
<div class="listingblock">
478478
<div class="content">
479479
<pre class="highlight"><code class="language-gradle" data-lang="gradle">dependencies {
480-
testImplementation("com.tngtech.jgiven:jgiven-junit5:1.3.0")
480+
testImplementation("com.tngtech.jgiven:jgiven-junit5:1.3.1")
481481
}</code></pre>
482482
</div>
483483
</div>
@@ -486,7 +486,7 @@ <h4 id="_gradle">Gradle</h4>
486486
<div class="sect2">
487487
<h3 id="_use_jgiven_with_junit_5">Use JGiven with JUnit 5</h3>
488488
<div class="paragraph">
489-
<p>JGiven support for JUnit 5 is provided by the <a href="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 <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/JGivenExtension.html"><code>JGivenExtension</code></a>
490490
JUnit 5 extension. You just annotate your JUnit 5 test class with <code>@ExtendWith( JGivenExtension.class )</code>
491491
and JGiven is enabled.</p>
492492
</div>
@@ -514,8 +514,8 @@ <h3 id="_use_jgiven_with_junit_5">Use JGiven with JUnit 5</h3>
514514
</div>
515515
</div>
516516
<div class="paragraph">
517-
<p>Alternatively, you can use one of the test base classes <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
518-
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.0/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="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 <a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/ScenarioTest.html"><code>ScenarioTest</code></a>,
518+
<a href="http://static.javadoc.io/com.tngtech.jgiven/jgiven-junit5/1.3.1/com/tngtech/jgiven/junit5/SimpleScenarioTest.html"><code>SimpleScenarioTest</code></a> or <a href="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
519519
and allows you to specify stage classes by using type parameters:</p>
520520
</div>
521521
<div class="listingblock">
@@ -547,8 +547,8 @@ <h3 id="_example_project">Example Project</h3>
547547
</div>
548548
<div id="footer">
549549
<div id="footer-text">
550-
Version 1.3.0<br>
551-
Last updated 2023-09-08 14:40:48 UTC
550+
Version 1.3.1<br>
551+
Last updated 2023-12-12 06:09:44 UTC
552552
</div>
553553
</div>
554554
</body>

Diff for: userguide/lifecycle_methods.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,8 @@ <h4 id="_repeatable_stage_methods">Repeatable Stage Methods</h4>
683683
</div>
684684
<div id="footer">
685685
<div id="footer-text">
686-
Version 1.3.0<br>
687-
Last updated 2023-09-08 14:40:48 UTC
686+
Version 1.3.1<br>
687+
Last updated 2023-12-12 06:09:44 UTC
688688
</div>
689689
</div>
690690
</body>

Diff for: userguide/parameterized_scenarios.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ <h3 id="_case_as_description">Case As Description</h3>
568568
</div>
569569
<div id="footer">
570570
<div id="footer-text">
571-
Version 1.3.0<br>
572-
Last updated 2023-09-08 14:40:48 UTC
571+
Version 1.3.1<br>
572+
Last updated 2023-12-12 06:09:44 UTC
573573
</div>
574574
</div>
575575
</body>

Diff for: userguide/parameterized_steps.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -907,8 +907,8 @@ <h4 id="_example_2">Example</h4>
907907
</div>
908908
<div id="footer">
909909
<div id="footer-text">
910-
Version 1.3.0<br>
911-
Last updated 2023-09-08 14:40:48 UTC
910+
Version 1.3.1<br>
911+
Last updated 2023-12-12 06:09:44 UTC
912912
</div>
913913
</div>
914914
</body>

0 commit comments

Comments
 (0)