Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-06-28 09:49:02 +00:00
parent fb3ab491e8
commit bdfc83450d
39 changed files with 38 additions and 54 deletions

View File

@@ -5885,8 +5885,6 @@ outputMessage:
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> '''\
package com.example;
import org.junit.FixMethodOrder;
import org.junit.runners.MethodSorters;
import com.jayway.jsonpath.DocumentContext;
import com.jayway.jsonpath.JsonPath;
import org.junit.Test;
@@ -5939,8 +5937,6 @@ public class FooTest {
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> '''\
package com.example
import org.junit.FixMethodOrder
import org.junit.runners.MethodSorters
import com.jayway.jsonpath.DocumentContext
import com.jayway.jsonpath.JsonPath
import spock.lang.Specification
@@ -6042,8 +6038,6 @@ outputMessage:
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> '''\
package com.example;
import org.junit.FixMethodOrder;
import org.junit.runners.MethodSorters;
import com.jayway.jsonpath.DocumentContext;
import com.jayway.jsonpath.JsonPath;
import org.junit.Test;
@@ -6101,8 +6095,6 @@ public class FooTest {
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> """\
package com.example
import org.junit.FixMethodOrder
import org.junit.runners.MethodSorters
import com.jayway.jsonpath.DocumentContext
import com.jayway.jsonpath.JsonPath
import spock.lang.Specification
@@ -6196,8 +6188,6 @@ input:
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> """\
package com.example;
import org.junit.FixMethodOrder;
import org.junit.runners.MethodSorters;
import com.jayway.jsonpath.DocumentContext;
import com.jayway.jsonpath.JsonPath;
import org.junit.Test;
@@ -6245,8 +6235,6 @@ public class FooTest {
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> """\
package com.example
import org.junit.FixMethodOrder
import org.junit.runners.MethodSorters
import com.jayway.jsonpath.DocumentContext
import com.jayway.jsonpath.JsonPath
import spock.lang.Specification
@@ -10746,8 +10734,6 @@ expression that must be present 0 or more times.</p>
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> """\
package com.example
import org.junit.FixMethodOrder
import org.junit.runners.MethodSorters
import com.jayway.jsonpath.DocumentContext
import com.jayway.jsonpath.JsonPath
import spock.lang.Specification
@@ -12134,8 +12120,6 @@ content type set. Otherwise, the default of <code>application/octet-stream</code
<pre class="highlightjs highlight"><code class="language-groovy hljs" data-lang="groovy"> """\
package com.example;
import org.junit.FixMethodOrder;
import org.junit.runners.MethodSorters;
import com.jayway.jsonpath.DocumentContext;
import com.jayway.jsonpath.JsonPath;
import org.junit.Test;