@@ -276,17 +276,17 @@ class DeprecatedJoinMapperTest {
276
276
277
277
assertThat(rows).hasSize(6 )
278
278
279
- assertThat(rows[0 ]).containsExactly (
279
+ assertThat(rows[0 ]).containsOnly (
280
280
entry(" DESCRIPTION" , " Catcher Glove" ),
281
281
entry(" ITEM_ID" , 55 )
282
282
)
283
283
284
- assertThat(rows[3 ]).containsExactly (
284
+ assertThat(rows[3 ]).containsOnly (
285
285
entry(" ORDER_ID" , 2 ),
286
286
entry(" QUANTITY" , 6 )
287
287
)
288
288
289
- assertThat(rows[5 ]).containsExactly (
289
+ assertThat(rows[5 ]).containsOnly (
290
290
entry(" ORDER_ID" , 2 ),
291
291
entry(" QUANTITY" , 1 ),
292
292
entry(" DESCRIPTION" , " Outfield Glove" ),
@@ -324,12 +324,12 @@ class DeprecatedJoinMapperTest {
324
324
325
325
assertThat(rows).hasSize(5 )
326
326
327
- assertThat(rows[2 ]).containsExactly (
327
+ assertThat(rows[2 ]).containsOnly (
328
328
entry(" ORDER_ID" , 2 ),
329
329
entry(" QUANTITY" , 6 )
330
330
)
331
331
332
- assertThat(rows[4 ]).containsExactly (
332
+ assertThat(rows[4 ]).containsOnly (
333
333
entry(" ORDER_ID" , 2 ),
334
334
entry(" QUANTITY" , 1 ),
335
335
entry(" DESCRIPTION" , " Outfield Glove" ),
@@ -375,12 +375,12 @@ class DeprecatedJoinMapperTest {
375
375
376
376
assertThat(rows).hasSize(5 )
377
377
378
- assertThat(rows[2 ]).containsExactly (
378
+ assertThat(rows[2 ]).containsOnly (
379
379
entry(" ORDER_ID" , 2 ),
380
380
entry(" QUANTITY" , 6 )
381
381
)
382
382
383
- assertThat(rows[4 ]).containsExactly (
383
+ assertThat(rows[4 ]).containsOnly (
384
384
entry(" ORDER_ID" , 2 ),
385
385
entry(" QUANTITY" , 1 ),
386
386
entry(" DESCRIPTION" , " Outfield Glove" ),
@@ -418,12 +418,12 @@ class DeprecatedJoinMapperTest {
418
418
419
419
assertThat(rows).hasSize(5 )
420
420
421
- assertThat(rows[2 ]).containsExactly (
421
+ assertThat(rows[2 ]).containsOnly (
422
422
entry(" ORDER_ID" , 2 ),
423
423
entry(" QUANTITY" , 6 )
424
424
)
425
425
426
- assertThat(rows[4 ]).containsExactly (
426
+ assertThat(rows[4 ]).containsOnly (
427
427
entry(" ORDER_ID" , 2 ),
428
428
entry(" QUANTITY" , 1 ),
429
429
entry(" DESCRIPTION" , " Outfield Glove" ),
@@ -461,12 +461,12 @@ class DeprecatedJoinMapperTest {
461
461
462
462
assertThat(rows).hasSize(5 )
463
463
464
- assertThat(rows[0 ]).containsExactly (
464
+ assertThat(rows[0 ]).containsOnly (
465
465
entry(" DESCRIPTION" , " Catcher Glove" ),
466
466
entry(" ITEM_ID" , 55 )
467
467
)
468
468
469
- assertThat(rows[4 ]).containsExactly (
469
+ assertThat(rows[4 ]).containsOnly (
470
470
entry(" ORDER_ID" , 2 ),
471
471
entry(" QUANTITY" , 1 ),
472
472
entry(" DESCRIPTION" , " Outfield Glove" ),
@@ -512,12 +512,12 @@ class DeprecatedJoinMapperTest {
512
512
513
513
assertThat(rows).hasSize(5 )
514
514
515
- assertThat(rows[0 ]).containsExactly (
515
+ assertThat(rows[0 ]).containsOnly (
516
516
entry(" DESCRIPTION" , " Catcher Glove" ),
517
517
entry(" ITEM_ID" , 55 )
518
518
)
519
519
520
- assertThat(rows[4 ]).containsExactly (
520
+ assertThat(rows[4 ]).containsOnly (
521
521
entry(" ORDER_ID" , 2 ),
522
522
entry(" QUANTITY" , 1 ),
523
523
entry(" DESCRIPTION" , " Outfield Glove" ),
@@ -555,12 +555,12 @@ class DeprecatedJoinMapperTest {
555
555
556
556
assertThat(rows).hasSize(5 )
557
557
558
- assertThat(rows[0 ]).containsExactly (
558
+ assertThat(rows[0 ]).containsOnly (
559
559
entry(" DESCRIPTION" , " Catcher Glove" ),
560
560
entry(" ITEM_ID" , 55 )
561
561
)
562
562
563
- assertThat(rows[4 ]).containsExactly (
563
+ assertThat(rows[4 ]).containsOnly (
564
564
entry(" ORDER_ID" , 2 ),
565
565
entry(" QUANTITY" , 1 ),
566
566
entry(" DESCRIPTION" , " Outfield Glove" ),
0 commit comments