@@ -17,10 +17,10 @@ import kotlin.jvm.JvmName
17
17
@Deprecated(
18
18
" Switch from Assert to Expect; will be removed with 1.0.0" ,
19
19
ReplaceWith (
20
- " this.asExpect().asIterable ().asAssert()" ,
20
+ " this.asExpect().asList ().asAssert()" ,
21
21
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
22
22
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
23
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
23
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
24
24
)
25
25
)
26
26
fun <E > Assert <Array <out E >>.asIterable (): Assert <Iterable <E >> =
@@ -38,10 +38,10 @@ fun <E> Assert<Array<out E>>.asIterable(): Assert<Iterable<E>> =
38
38
@Deprecated(
39
39
" Switch from Assert to Expect; will be removed with 1.0.0" ,
40
40
ReplaceWith (
41
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
41
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
42
42
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
43
43
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
44
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
44
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
45
45
)
46
46
)
47
47
fun <E > Assert <Array <out E >>.asIterable (assertionCreator : Assert <Iterable <E >>.() -> Unit ): Assert <Iterable <E >> =
@@ -59,10 +59,10 @@ fun <E> Assert<Array<out E>>.asIterable(assertionCreator: Assert<Iterable<E>>.()
59
59
@Deprecated(
60
60
" Switch from Assert to Expect; will be removed with 1.0.0" ,
61
61
ReplaceWith (
62
- " this.asExpect().asIterable ().asAssert()" ,
62
+ " this.asExpect().asList ().asAssert()" ,
63
63
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
64
64
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
65
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
65
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
66
66
)
67
67
)
68
68
@JvmName(" byteArrAsIterable" )
@@ -81,10 +81,10 @@ fun Assert<ByteArray>.asIterable(): Assert<Iterable<Byte>> =
81
81
@Deprecated(
82
82
" Switch from Assert to Expect; will be removed with 1.0.0" ,
83
83
ReplaceWith (
84
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
84
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
85
85
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
86
86
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
87
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
87
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
88
88
)
89
89
)
90
90
@JvmName(" byteArrAsIterable" )
@@ -103,10 +103,10 @@ fun Assert<ByteArray>.asIterable(assertionCreator: Assert<Iterable<Byte>>.() ->
103
103
@Deprecated(
104
104
" Switch from Assert to Expect; will be removed with 1.0.0" ,
105
105
ReplaceWith (
106
- " this.asExpect().asIterable ().asAssert()" ,
106
+ " this.asExpect().asList ().asAssert()" ,
107
107
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
108
108
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
109
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
109
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
110
110
)
111
111
)
112
112
@JvmName(" charArrAsIterable" )
@@ -125,10 +125,10 @@ fun Assert<CharArray>.asIterable(): Assert<Iterable<Char>> =
125
125
@Deprecated(
126
126
" Switch from Assert to Expect; will be removed with 1.0.0" ,
127
127
ReplaceWith (
128
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
128
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
129
129
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
130
130
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
131
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
131
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
132
132
)
133
133
)
134
134
@JvmName(" charArrAsIterable" )
@@ -147,10 +147,10 @@ fun Assert<CharArray>.asIterable(assertionCreator: Assert<Iterable<Char>>.() ->
147
147
@Deprecated(
148
148
" Switch from Assert to Expect; will be removed with 1.0.0" ,
149
149
ReplaceWith (
150
- " this.asExpect().asIterable ().asAssert()" ,
150
+ " this.asExpect().asList ().asAssert()" ,
151
151
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
152
152
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
153
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
153
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
154
154
)
155
155
)
156
156
@JvmName(" shortArrAsIterable" )
@@ -169,10 +169,10 @@ fun Assert<ShortArray>.asIterable(): Assert<Iterable<Short>> =
169
169
@Deprecated(
170
170
" Switch from Assert to Expect; will be removed with 1.0.0" ,
171
171
ReplaceWith (
172
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
172
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
173
173
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
174
174
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
175
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
175
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
176
176
)
177
177
)
178
178
@JvmName(" shortArrAsIterable" )
@@ -191,10 +191,10 @@ fun Assert<ShortArray>.asIterable(assertionCreator: Assert<Iterable<Short>>.() -
191
191
@Deprecated(
192
192
" Switch from Assert to Expect; will be removed with 1.0.0" ,
193
193
ReplaceWith (
194
- " this.asExpect().asIterable ().asAssert()" ,
194
+ " this.asExpect().asList ().asAssert()" ,
195
195
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
196
196
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
197
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
197
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
198
198
)
199
199
)
200
200
@JvmName(" intArrAsIterable" )
@@ -212,10 +212,10 @@ fun Assert<IntArray>.asIterable(): Assert<Iterable<Int>> = ExpectImpl.changeSubj
212
212
@Deprecated(
213
213
" Switch from Assert to Expect; will be removed with 1.0.0" ,
214
214
ReplaceWith (
215
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
215
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
216
216
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
217
217
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
218
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
218
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
219
219
)
220
220
)
221
221
@JvmName(" intArrAsIterable" )
@@ -234,10 +234,10 @@ fun Assert<IntArray>.asIterable(assertionCreator: Assert<Iterable<Int>>.() -> Un
234
234
@Deprecated(
235
235
" Switch from Assert to Expect; will be removed with 1.0.0" ,
236
236
ReplaceWith (
237
- " this.asExpect().asIterable ().asAssert()" ,
237
+ " this.asExpect().asList ().asAssert()" ,
238
238
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
239
239
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
240
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
240
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
241
241
)
242
242
)
243
243
@JvmName(" longArrAsIterable" )
@@ -256,10 +256,10 @@ fun Assert<LongArray>.asIterable(): Assert<Iterable<Long>> =
256
256
@Deprecated(
257
257
" Switch from Assert to Expect; will be removed with 1.0.0" ,
258
258
ReplaceWith (
259
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
259
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
260
260
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
261
261
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
262
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
262
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
263
263
)
264
264
)
265
265
@JvmName(" longArrAsIterable" )
@@ -278,10 +278,10 @@ fun Assert<LongArray>.asIterable(assertionCreator: Assert<Iterable<Long>>.() ->
278
278
@Deprecated(
279
279
" Switch from Assert to Expect; will be removed with 1.0.0" ,
280
280
ReplaceWith (
281
- " this.asExpect().asIterable ().asAssert()" ,
281
+ " this.asExpect().asList ().asAssert()" ,
282
282
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
283
283
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
284
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
284
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
285
285
)
286
286
)
287
287
@JvmName(" floatArrAsIterable" )
@@ -300,10 +300,10 @@ fun Assert<FloatArray>.asIterable(): Assert<Iterable<Float>> =
300
300
@Deprecated(
301
301
" Switch from Assert to Expect; will be removed with 1.0.0" ,
302
302
ReplaceWith (
303
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
303
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
304
304
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
305
305
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
306
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
306
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
307
307
)
308
308
)
309
309
@JvmName(" floatArrAsIterable" )
@@ -322,10 +322,10 @@ fun Assert<FloatArray>.asIterable(assertionCreator: Assert<Iterable<Float>>.() -
322
322
@Deprecated(
323
323
" Switch from Assert to Expect; will be removed with 1.0.0" ,
324
324
ReplaceWith (
325
- " this.asExpect().asIterable ().asAssert()" ,
325
+ " this.asExpect().asList ().asAssert()" ,
326
326
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
327
327
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
328
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
328
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
329
329
)
330
330
)
331
331
@JvmName(" doubleArrAsIterable" )
@@ -344,10 +344,10 @@ fun Assert<DoubleArray>.asIterable(): Assert<Iterable<Double>> =
344
344
@Deprecated(
345
345
" Switch from Assert to Expect; will be removed with 1.0.0" ,
346
346
ReplaceWith (
347
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
347
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
348
348
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
349
349
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
350
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
350
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
351
351
)
352
352
)
353
353
@JvmName(" doubleArrAsIterable" )
@@ -366,10 +366,10 @@ fun Assert<DoubleArray>.asIterable(assertionCreator: Assert<Iterable<Double>>.()
366
366
@Deprecated(
367
367
" Switch from Assert to Expect; will be removed with 1.0.0" ,
368
368
ReplaceWith (
369
- " this.asExpect().asIterable ().asAssert()" ,
369
+ " this.asExpect().asList ().asAssert()" ,
370
370
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
371
371
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
372
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
372
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
373
373
)
374
374
)
375
375
@JvmName(" boolArrAsIterable" )
@@ -388,10 +388,10 @@ fun Assert<BooleanArray>.asIterable(): Assert<Iterable<Boolean>> =
388
388
@Deprecated(
389
389
" Switch from Assert to Expect; will be removed with 1.0.0" ,
390
390
ReplaceWith (
391
- " this.asExpect().asIterable ().asAssert(assertionCreator)" ,
391
+ " this.asExpect().asList ().asAssert(assertionCreator)" ,
392
392
" ch.tutteli.atrium.domain.builders.migration.asExpect" ,
393
393
" ch.tutteli.atrium.domain.builders.migration.asAssert" ,
394
- " ch.tutteli.atrium.api.fluent.en_GB.asIterable "
394
+ " ch.tutteli.atrium.api.fluent.en_GB.asList "
395
395
)
396
396
)
397
397
@JvmName(" boolArrAsIterable" )
0 commit comments