Sync docs from 2.1.x to gh-pages

This commit is contained in:
buildmaster
2019-11-08 10:24:37 +00:00
parent 1782288dc1
commit c2d195a3ca
3 changed files with 3 additions and 0 deletions

View File

@@ -525,6 +525,7 @@ its methods as presented below:</p><pre class="programlisting"><xslthl:annotatio
<span xmlns:d="http://docbook.org/ns/docbook" class="hl-keyword">void</span> setupProps() {
System.clearProperty(<span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">"stubrunner.repository.root"</span>)
System.clearProperty(<span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">"stubrunner.classifier"</span>)
WireMockHttpServerStubAccessor.clear()
}
def <span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">'should mark all ports as random'</span>() {

View File

@@ -3101,6 +3101,7 @@ its methods as presented below:</p><pre class="programlisting"><xslthl:annotatio
<span xmlns:d="http://docbook.org/ns/docbook" class="hl-keyword">void</span> setupProps() {
System.clearProperty(<span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">"stubrunner.repository.root"</span>)
System.clearProperty(<span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">"stubrunner.classifier"</span>)
WireMockHttpServerStubAccessor.clear()
}
def <span xmlns:d="http://docbook.org/ns/docbook" class="hl-string">'should mark all ports as random'</span>() {

View File

@@ -5113,6 +5113,7 @@ class StubRunnerConfigurationSpec extends Specification {
void setupProps() {
System.clearProperty("stubrunner.repository.root")
System.clearProperty("stubrunner.classifier")
WireMockHttpServerStubAccessor.clear()
}
def 'should mark all ports as random'() {