@@ -444,6 +444,8 @@ final class SnapshotTestingTests: XCTestCase {
444
444
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXr) , named: " iphone-xr " )
445
445
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXsMax) , named: " iphone-xs-max " )
446
446
assertSnapshot ( matching: viewController, as: . image( on: . iPadMini) , named: " ipad-mini " )
447
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7) , named: " ipad-9-7 " )
448
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2) , named: " ipad-10-2 " )
447
449
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro10_5) , named: " ipad-pro-10-5 " )
448
450
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro11) , named: " ipad-pro-11 " )
449
451
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro12_9) , named: " ipad-pro-12-9 " )
@@ -455,6 +457,8 @@ final class SnapshotTestingTests: XCTestCase {
455
457
assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPhoneXr) , named: " iphone-xr " )
456
458
assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPhoneXsMax) , named: " iphone-xs-max " )
457
459
assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPadMini) , named: " ipad-mini " )
460
+ assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPad9_7) , named: " ipad-9-7 " )
461
+ assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPad10_2) , named: " ipad-10-2 " )
458
462
assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPadPro10_5) , named: " ipad-pro-10-5 " )
459
463
assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPadPro11) , named: " ipad-pro-11 " )
460
464
assertSnapshot ( matching: viewController, as: . recursiveDescription( on: . iPadPro12_9) , named: " ipad-pro-12-9 " )
@@ -466,6 +470,8 @@ final class SnapshotTestingTests: XCTestCase {
466
470
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXr( . portrait) ) , named: " iphone-xr " )
467
471
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXsMax( . portrait) ) , named: " iphone-xs-max " )
468
472
assertSnapshot ( matching: viewController, as: . image( on: . iPadMini( . landscape) ) , named: " ipad-mini " )
473
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7( . landscape) ) , named: " ipad-9-7 " )
474
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2( . landscape) ) , named: " ipad-10-2 " )
469
475
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro10_5( . landscape) ) , named: " ipad-pro-10-5 " )
470
476
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro11( . landscape) ) , named: " ipad-pro-11 " )
471
477
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro12_9( . landscape) ) , named: " ipad-pro-12-9 " )
@@ -475,6 +481,18 @@ final class SnapshotTestingTests: XCTestCase {
475
481
assertSnapshot ( matching: viewController, as: . image( on: . iPadMini( . landscape( splitView: . twoThirds) ) ) , named: " ipad-mini-66-split-landscape " )
476
482
assertSnapshot ( matching: viewController, as: . image( on: . iPadMini( . portrait( splitView: . oneThird) ) ) , named: " ipad-mini-33-split-portrait " )
477
483
assertSnapshot ( matching: viewController, as: . image( on: . iPadMini( . portrait( splitView: . twoThirds) ) ) , named: " ipad-mini-66-split-portrait " )
484
+
485
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7( . landscape( splitView: . oneThird) ) ) , named: " ipad-9-7-33-split-landscape " )
486
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7( . landscape( splitView: . oneHalf) ) ) , named: " ipad-9-7-50-split-landscape " )
487
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7( . landscape( splitView: . twoThirds) ) ) , named: " ipad-9-7-66-split-landscape " )
488
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7( . portrait( splitView: . oneThird) ) ) , named: " ipad-9-7-33-split-portrait " )
489
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7( . portrait( splitView: . twoThirds) ) ) , named: " ipad-9-7-66-split-portrait " )
490
+
491
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2( . landscape( splitView: . oneThird) ) ) , named: " ipad-10-2-split-landscape " )
492
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2( . landscape( splitView: . oneHalf) ) ) , named: " ipad-10-2-50-split-landscape " )
493
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2( . landscape( splitView: . twoThirds) ) ) , named: " ipad-10-2-66-split-landscape " )
494
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2( . portrait( splitView: . oneThird) ) ) , named: " ipad-10-2-33-split-portrait " )
495
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2( . portrait( splitView: . twoThirds) ) ) , named: " ipad-10-2-66-split-portrait " )
478
496
479
497
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro10_5( . landscape( splitView: . oneThird) ) ) , named: " ipad-pro-10inch-33-split-landscape " )
480
498
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro10_5( . landscape( splitView: . oneHalf) ) ) , named: " ipad-pro-10inch-50-split-landscape " )
@@ -508,6 +526,10 @@ final class SnapshotTestingTests: XCTestCase {
508
526
matching: viewController, as: . image( on: . iPhoneXsMax( . landscape) ) , named: " iphone-xs-max-alternative " )
509
527
assertSnapshot (
510
528
matching: viewController, as: . image( on: . iPadMini( . portrait) ) , named: " ipad-mini-alternative " )
529
+ assertSnapshot (
530
+ matching: viewController, as: . image( on: . iPad9_7( . portrait) ) , named: " ipad-9-7-alternative " )
531
+ assertSnapshot (
532
+ matching: viewController, as: . image( on: . iPad10_2( . portrait) ) , named: " ipad-10-2-alternative " )
511
533
assertSnapshot (
512
534
matching: viewController, as: . image( on: . iPadPro10_5( . portrait) ) , named: " ipad-pro-10-5-alternative " )
513
535
assertSnapshot (
@@ -601,6 +623,8 @@ final class SnapshotTestingTests: XCTestCase {
601
623
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXr) , named: " iphone-xr " )
602
624
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXsMax) , named: " iphone-xs-max " )
603
625
assertSnapshot ( matching: viewController, as: . image( on: . iPadMini) , named: " ipad-mini " )
626
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7) , named: " ipad-9-7 " )
627
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2) , named: " ipad-10-2 " )
604
628
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro10_5) , named: " ipad-pro-10-5 " )
605
629
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro11) , named: " ipad-pro-11 " )
606
630
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro12_9) , named: " ipad-pro-12-9 " )
@@ -612,6 +636,8 @@ final class SnapshotTestingTests: XCTestCase {
612
636
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXr( . portrait) ) , named: " iphone-xr " )
613
637
assertSnapshot ( matching: viewController, as: . image( on: . iPhoneXsMax( . portrait) ) , named: " iphone-xs-max " )
614
638
assertSnapshot ( matching: viewController, as: . image( on: . iPadMini( . landscape) ) , named: " ipad-mini " )
639
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad9_7( . landscape) ) , named: " ipad-9-7 " )
640
+ assertSnapshot ( matching: viewController, as: . image( on: . iPad10_2( . landscape) ) , named: " ipad-10-2 " )
615
641
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro10_5( . landscape) ) , named: " ipad-pro-10-5 " )
616
642
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro11( . landscape) ) , named: " ipad-pro-11 " )
617
643
assertSnapshot ( matching: viewController, as: . image( on: . iPadPro12_9( . landscape) ) , named: " ipad-pro-12-9 " )
@@ -630,6 +656,10 @@ final class SnapshotTestingTests: XCTestCase {
630
656
matching: viewController, as: . image( on: . iPhoneXsMax( . landscape) ) , named: " iphone-xs-max-alternative " )
631
657
assertSnapshot (
632
658
matching: viewController, as: . image( on: . iPadMini( . portrait) ) , named: " ipad-mini-alternative " )
659
+ assertSnapshot (
660
+ matching: viewController, as: . image( on: . iPad9_7( . portrait) ) , named: " ipad-9-7-alternative " )
661
+ assertSnapshot (
662
+ matching: viewController, as: . image( on: . iPad10_2( . portrait) ) , named: " ipad-10-2-alternative " )
633
663
assertSnapshot (
634
664
matching: viewController, as: . image( on: . iPadPro10_5( . portrait) ) , named: " ipad-pro-10-5-alternative " )
635
665
assertSnapshot (
0 commit comments