@@ -17,7 +17,7 @@ Groovy:
1717 surroundedBy: "string-string-example",
1818 commentsType: "remove",
1919 noGap: true,
20- noGapSeparator : true
20+ noGapBorder : true
2121}
2222:include-cli-output: doc-artifacts/string-string-comparison-output.txt
2323
3131 surroundedBy: "string-string-example",
3232 commentsType: "remove",
3333 noGap: true,
34- noGapSeparator : true
34+ noGapBorder : true
3535}
3636:include-cli-output: doc-artifacts/string-string-comparison-output.txt
3737
@@ -48,7 +48,7 @@ Groovy:
4848 surroundedBy: "string-number-example",
4949 commentsType: "remove",
5050 noGap: true,
51- noGapSeparator : true
51+ noGapBorder : true
5252}
5353:include-cli-output: doc-artifacts/string-number-comparison-output.txt
5454
5858 surroundedBy: "string-number-example",
5959 commentsType: "remove",
6060 noGap: true,
61- noGapSeparator : true
61+ noGapBorder : true
6262}
6363:include-cli-output: doc-artifacts/string-number-comparison-output.txt
6464```
@@ -73,7 +73,7 @@ Groovy:
7373 title: "waitTo example",
7474 surroundedBy: "wait-consume-message",
7575 noGap: true,
76- noGapSeparator : true
76+ noGapBorder : true
7777}
7878:include-cli-output: doc-artifacts/wait-message-output.txt
7979
8282 title: "waitTo example",
8383 surroundedBy: "wait-consume-message",
8484 noGap: true,
85- noGapSeparator : true
85+ noGapBorder : true
8686}
8787:include-cli-output: doc-artifacts/wait-message-output.txt
8888```
@@ -96,7 +96,7 @@ Groovy:
9696 title: "waitToBe example",
9797 surroundedBy: "wait-number-records",
9898 noGap: true,
99- noGapSeparator : true
99+ noGapBorder : true
100100}
101101:include-cli-output: doc-artifacts/wait-tobe-output.txt
102102
@@ -105,7 +105,7 @@ Java:
105105 title: "waitToBe example",
106106 surroundedBy: "wait-number-records",
107107 noGap: true,
108- noGapSeparator : true
108+ noGapBorder : true
109109}
110110:include-cli-output: doc-artifacts/wait-tobe-output.txt
111111```
@@ -120,7 +120,7 @@ Groovy:
120120 title: "shouldNot example",
121121 surroundedBy: "string-string-negative-example",
122122 noGap: true,
123- noGapSeparator : true
123+ noGapBorder : true
124124}
125125:include-cli-output: doc-artifacts/string-string-negative-comparison-output.txt
126126
@@ -129,7 +129,7 @@ Java:
129129 title: "shouldNot example",
130130 surroundedBy: "string-string-negative-example",
131131 noGap: true,
132- noGapSeparator : true
132+ noGapBorder : true
133133}
134134:include-cli-output: doc-artifacts/string-string-negative-comparison-output.txt
135135```
@@ -140,7 +140,7 @@ Groovy:
140140 title: "waitToNot example",
141141 surroundedBy: "wait-negative-consume-message",
142142 noGap: true,
143- noGapSeparator : true
143+ noGapBorder : true
144144}
145145:include-cli-output: doc-artifacts/wait-negative-message-output.txt
146146
@@ -149,7 +149,7 @@ Java:
149149 title: "waitToNot example",
150150 surroundedBy: "wait-negative-consume-message",
151151 noGap: true,
152- noGapSeparator : true
152+ noGapBorder : true
153153}
154154:include-cli-output: doc-artifacts/wait-negative-message-output.txt
155155```
@@ -166,7 +166,7 @@ Groovy:
166166 title: "assertion",
167167 surroundedBy: "failed-list",
168168 noGap: true,
169- noGapSeparator : true
169+ noGapBorder : true
170170}
171171:include-cli-output: doc-artifacts/list-failure.txt
172172
@@ -175,7 +175,7 @@ Java:
175175 title: "assertion",
176176 surroundedBy: "failed-list",
177177 noGap: true,
178- noGapSeparator : true
178+ noGapBorder : true
179179}
180180:include-cli-output: doc-artifacts/list-failure.txt
181181```
0 commit comments