From faa3706fcfd711004138dd6ec4085d4df9334d02 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Sat, 6 Apr 2024 20:32:41 -0700 Subject: [PATCH] Add the word Tests to tests directories (#374) * Add the word Tests to tests directories * Update Swift package manifest * Rename `LayoutItemsTests` to `LayoutItemTests` * Update Swift package manifests --- Package.swift | 2 +- Package@swift-5.10.swift | 2 +- Package@swift-5.9.swift | 2 +- .../CanonicalEdgeTests.swift | 0 .../DirectionalEdgeTests.swift | 0 .../LayoutDirectionTests.swift | 0 .../ConstraintsBuilderTests.swift | 0 .../LayoutBuilderTests.swift | 0 .../UIView+LayoutItemTests.swift | 0 .../ViewLayoutItemTests.swift | 0 .../{Swift => SwiftTests}/ArrayTests.swift | 0 .../{Swift => SwiftTests}/CollectionTests.swift | 0 .../NSDirectionalEdgeInsetsTests.swift | 0 .../NSLayoutConstraint-AttributeTests.swift | 0 .../NSLayoutConstraint-AxisTests.swift | 0 .../NSLayoutConstraintTests.swift | 0 .../NSLayoutDimensionTests.swift | 0 .../NSLayoutXAxisAnchorTests.swift | 0 .../NSLayoutYAxisAnchorTests.swift | 0 .../{UIKit => UIKitTests}/UIEdgeInsetsTests.swift | 0 .../{UIKit => UIKitTests}/UILayoutGuideTests.swift | 0 .../UILayoutPriorityTests.swift | 0 .../UIView+AutoLayoutTests.swift | 0 .../{UIKit => UIKitTests}/UIView+FramesTests.swift | 0 .../{UIKit => UIKitTests}/UIView+LayoutTests.swift | 0 .../UIView+NSLayoutAnchorTests.swift | 0 .../UIView-AutoresizingMaskTests.swift | 0 .../UIViewControllerTests.swift | 0 .../UIViewUILayoutGuideTests.swift | 0 ...sViewsMetricsOptions.iPhone-13-mini-portrait.png | Bin ...sViewsMetricsOptions.iPhone-13-mini-portrait.txt | 0 ...ormatsViewsMetricsOptions.iPhone-13-portrait.png | Bin ...ormatsViewsMetricsOptions.iPhone-13-portrait.txt | 0 ...FormatsViewsMetricsOptions.iPhone-8-portrait.png | Bin ...FormatsViewsMetricsOptions.iPhone-8-portrait.txt | 0 ...ormatsViewsMetricsOptions.iPhone-SE-portrait.png | Bin ...ormatsViewsMetricsOptions.iPhone-SE-portrait.txt | 0 ...FormatsViewsMetricsOptions.iPhone-X-portrait.png | Bin ...FormatsViewsMetricsOptions.iPhone-X-portrait.txt | 0 ...htToLeftFormatOption.iPhone-13-mini-portrait.png | Bin ...htToLeftFormatOption.iPhone-13-mini-portrait.txt | 0 ...enRightToLeftFormatOption.iPhone-13-portrait.png | Bin ...enRightToLeftFormatOption.iPhone-13-portrait.txt | 0 ...venRightToLeftFormatOption.iPhone-8-portrait.png | Bin ...venRightToLeftFormatOption.iPhone-8-portrait.txt | 0 ...enRightToLeftFormatOption.iPhone-SE-portrait.png | Bin ...enRightToLeftFormatOption.iPhone-SE-portrait.txt | 0 ...venRightToLeftFormatOption.iPhone-X-portrait.png | Bin ...venRightToLeftFormatOption.iPhone-X-portrait.txt | 0 49 files changed, 3 insertions(+), 3 deletions(-) rename Tests/LayoutTests/{Attributes => AttributesTests}/CanonicalEdgeTests.swift (100%) rename Tests/LayoutTests/{Attributes => AttributesTests}/DirectionalEdgeTests.swift (100%) rename Tests/LayoutTests/{Attributes => AttributesTests}/LayoutDirectionTests.swift (100%) rename Tests/LayoutTests/{Builders => BuildersTests}/ConstraintsBuilderTests.swift (100%) rename Tests/LayoutTests/{Builders => BuildersTests}/LayoutBuilderTests.swift (100%) rename Tests/LayoutTests/{LayoutItem/LayoutItems => LayoutItemTests}/UIView+LayoutItemTests.swift (100%) rename Tests/LayoutTests/{LayoutItem/LayoutItems => LayoutItemTests}/ViewLayoutItemTests.swift (100%) rename Tests/LayoutTests/{Swift => SwiftTests}/ArrayTests.swift (100%) rename Tests/LayoutTests/{Swift => SwiftTests}/CollectionTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/NSDirectionalEdgeInsetsTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/NSLayoutConstraint-AttributeTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/NSLayoutConstraint-AxisTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/NSLayoutConstraintTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/NSLayoutDimensionTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/NSLayoutXAxisAnchorTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/NSLayoutYAxisAnchorTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIEdgeInsetsTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UILayoutGuideTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UILayoutPriorityTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIView+AutoLayoutTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIView+FramesTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIView+LayoutTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIView+NSLayoutAnchorTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIView-AutoresizingMaskTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIViewControllerTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/UIViewUILayoutGuideTests.swift (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.txt (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.png (100%) rename Tests/LayoutTests/{UIKit => UIKitTests}/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.txt (100%) diff --git a/Package.swift b/Package.swift index 3ee28af4..907c92e1 100644 --- a/Package.swift +++ b/Package.swift @@ -32,7 +32,7 @@ let package = Package( ], exclude: [ "__Snapshots__", - "UIKit/__Snapshots__", + "UIKitTests/__Snapshots__", ]), ] ) diff --git a/Package@swift-5.10.swift b/Package@swift-5.10.swift index 0fb17678..afdb6a20 100644 --- a/Package@swift-5.10.swift +++ b/Package@swift-5.10.swift @@ -43,7 +43,7 @@ let package = Package( ], exclude: [ "__Snapshots__", - "UIKit/__Snapshots__", + "UIKitTests/__Snapshots__", ], swiftSettings: .swiftSettings, plugins: [ diff --git a/Package@swift-5.9.swift b/Package@swift-5.9.swift index 81bccc38..e056f8fc 100644 --- a/Package@swift-5.9.swift +++ b/Package@swift-5.9.swift @@ -43,7 +43,7 @@ let package = Package( ], exclude: [ "__Snapshots__", - "UIKit/__Snapshots__", + "UIKitTests/__Snapshots__", ], swiftSettings: .swiftSettings, plugins: [ diff --git a/Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift b/Tests/LayoutTests/AttributesTests/CanonicalEdgeTests.swift similarity index 100% rename from Tests/LayoutTests/Attributes/CanonicalEdgeTests.swift rename to Tests/LayoutTests/AttributesTests/CanonicalEdgeTests.swift diff --git a/Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift b/Tests/LayoutTests/AttributesTests/DirectionalEdgeTests.swift similarity index 100% rename from Tests/LayoutTests/Attributes/DirectionalEdgeTests.swift rename to Tests/LayoutTests/AttributesTests/DirectionalEdgeTests.swift diff --git a/Tests/LayoutTests/Attributes/LayoutDirectionTests.swift b/Tests/LayoutTests/AttributesTests/LayoutDirectionTests.swift similarity index 100% rename from Tests/LayoutTests/Attributes/LayoutDirectionTests.swift rename to Tests/LayoutTests/AttributesTests/LayoutDirectionTests.swift diff --git a/Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift b/Tests/LayoutTests/BuildersTests/ConstraintsBuilderTests.swift similarity index 100% rename from Tests/LayoutTests/Builders/ConstraintsBuilderTests.swift rename to Tests/LayoutTests/BuildersTests/ConstraintsBuilderTests.swift diff --git a/Tests/LayoutTests/Builders/LayoutBuilderTests.swift b/Tests/LayoutTests/BuildersTests/LayoutBuilderTests.swift similarity index 100% rename from Tests/LayoutTests/Builders/LayoutBuilderTests.swift rename to Tests/LayoutTests/BuildersTests/LayoutBuilderTests.swift diff --git a/Tests/LayoutTests/LayoutItem/LayoutItems/UIView+LayoutItemTests.swift b/Tests/LayoutTests/LayoutItemTests/UIView+LayoutItemTests.swift similarity index 100% rename from Tests/LayoutTests/LayoutItem/LayoutItems/UIView+LayoutItemTests.swift rename to Tests/LayoutTests/LayoutItemTests/UIView+LayoutItemTests.swift diff --git a/Tests/LayoutTests/LayoutItem/LayoutItems/ViewLayoutItemTests.swift b/Tests/LayoutTests/LayoutItemTests/ViewLayoutItemTests.swift similarity index 100% rename from Tests/LayoutTests/LayoutItem/LayoutItems/ViewLayoutItemTests.swift rename to Tests/LayoutTests/LayoutItemTests/ViewLayoutItemTests.swift diff --git a/Tests/LayoutTests/Swift/ArrayTests.swift b/Tests/LayoutTests/SwiftTests/ArrayTests.swift similarity index 100% rename from Tests/LayoutTests/Swift/ArrayTests.swift rename to Tests/LayoutTests/SwiftTests/ArrayTests.swift diff --git a/Tests/LayoutTests/Swift/CollectionTests.swift b/Tests/LayoutTests/SwiftTests/CollectionTests.swift similarity index 100% rename from Tests/LayoutTests/Swift/CollectionTests.swift rename to Tests/LayoutTests/SwiftTests/CollectionTests.swift diff --git a/Tests/LayoutTests/UIKit/NSDirectionalEdgeInsetsTests.swift b/Tests/LayoutTests/UIKitTests/NSDirectionalEdgeInsetsTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/NSDirectionalEdgeInsetsTests.swift rename to Tests/LayoutTests/UIKitTests/NSDirectionalEdgeInsetsTests.swift diff --git a/Tests/LayoutTests/UIKit/NSLayoutConstraint-AttributeTests.swift b/Tests/LayoutTests/UIKitTests/NSLayoutConstraint-AttributeTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/NSLayoutConstraint-AttributeTests.swift rename to Tests/LayoutTests/UIKitTests/NSLayoutConstraint-AttributeTests.swift diff --git a/Tests/LayoutTests/UIKit/NSLayoutConstraint-AxisTests.swift b/Tests/LayoutTests/UIKitTests/NSLayoutConstraint-AxisTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/NSLayoutConstraint-AxisTests.swift rename to Tests/LayoutTests/UIKitTests/NSLayoutConstraint-AxisTests.swift diff --git a/Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift b/Tests/LayoutTests/UIKitTests/NSLayoutConstraintTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/NSLayoutConstraintTests.swift rename to Tests/LayoutTests/UIKitTests/NSLayoutConstraintTests.swift diff --git a/Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift b/Tests/LayoutTests/UIKitTests/NSLayoutDimensionTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/NSLayoutDimensionTests.swift rename to Tests/LayoutTests/UIKitTests/NSLayoutDimensionTests.swift diff --git a/Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift b/Tests/LayoutTests/UIKitTests/NSLayoutXAxisAnchorTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/NSLayoutXAxisAnchorTests.swift rename to Tests/LayoutTests/UIKitTests/NSLayoutXAxisAnchorTests.swift diff --git a/Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift b/Tests/LayoutTests/UIKitTests/NSLayoutYAxisAnchorTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/NSLayoutYAxisAnchorTests.swift rename to Tests/LayoutTests/UIKitTests/NSLayoutYAxisAnchorTests.swift diff --git a/Tests/LayoutTests/UIKit/UIEdgeInsetsTests.swift b/Tests/LayoutTests/UIKitTests/UIEdgeInsetsTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIEdgeInsetsTests.swift rename to Tests/LayoutTests/UIKitTests/UIEdgeInsetsTests.swift diff --git a/Tests/LayoutTests/UIKit/UILayoutGuideTests.swift b/Tests/LayoutTests/UIKitTests/UILayoutGuideTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UILayoutGuideTests.swift rename to Tests/LayoutTests/UIKitTests/UILayoutGuideTests.swift diff --git a/Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift b/Tests/LayoutTests/UIKitTests/UILayoutPriorityTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UILayoutPriorityTests.swift rename to Tests/LayoutTests/UIKitTests/UILayoutPriorityTests.swift diff --git a/Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift b/Tests/LayoutTests/UIKitTests/UIView+AutoLayoutTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIView+AutoLayoutTests.swift rename to Tests/LayoutTests/UIKitTests/UIView+AutoLayoutTests.swift diff --git a/Tests/LayoutTests/UIKit/UIView+FramesTests.swift b/Tests/LayoutTests/UIKitTests/UIView+FramesTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIView+FramesTests.swift rename to Tests/LayoutTests/UIKitTests/UIView+FramesTests.swift diff --git a/Tests/LayoutTests/UIKit/UIView+LayoutTests.swift b/Tests/LayoutTests/UIKitTests/UIView+LayoutTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIView+LayoutTests.swift rename to Tests/LayoutTests/UIKitTests/UIView+LayoutTests.swift diff --git a/Tests/LayoutTests/UIKit/UIView+NSLayoutAnchorTests.swift b/Tests/LayoutTests/UIKitTests/UIView+NSLayoutAnchorTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIView+NSLayoutAnchorTests.swift rename to Tests/LayoutTests/UIKitTests/UIView+NSLayoutAnchorTests.swift diff --git a/Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift b/Tests/LayoutTests/UIKitTests/UIView-AutoresizingMaskTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIView-AutoresizingMaskTests.swift rename to Tests/LayoutTests/UIKitTests/UIView-AutoresizingMaskTests.swift diff --git a/Tests/LayoutTests/UIKit/UIViewControllerTests.swift b/Tests/LayoutTests/UIKitTests/UIViewControllerTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIViewControllerTests.swift rename to Tests/LayoutTests/UIKitTests/UIViewControllerTests.swift diff --git a/Tests/LayoutTests/UIKit/UIViewUILayoutGuideTests.swift b/Tests/LayoutTests/UIKitTests/UIViewUILayoutGuideTests.swift similarity index 100% rename from Tests/LayoutTests/UIKit/UIViewUILayoutGuideTests.swift rename to Tests/LayoutTests/UIKitTests/UIViewUILayoutGuideTests.swift diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-mini-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-13-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-8-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-SE-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions.iPhone-X-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-mini-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-13-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-8-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-SE-portrait.txt diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.png b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.png similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.png rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.png diff --git a/Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.txt b/Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.txt similarity index 100% rename from Tests/LayoutTests/UIKit/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.txt rename to Tests/LayoutTests/UIKitTests/__Snapshots__/NSLayoutConstraintTests/testConstraintsFormatsViewsMetricsOptions_givenRightToLeftFormatOption.iPhone-X-portrait.txt