Skip to content

Commit 4be084b

Browse files
generatedunixname1460021352335069meta-codesync[bot]
authored andcommitted
Libraries/MobileUI/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__
Differential Revision: D108406305 fbshipit-source-id: a5336c741294ab816cc711e92bb112e307566acf
1 parent 09d5753 commit 4be084b

20 files changed

Lines changed: 21 additions & 21 deletions

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/AlignmentGuidesServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extension VerticalAlignment {
2525
// MARK: - Tests
2626

2727
@MainActor
28-
class AlignmentGuidesServerSnaspshotTests: FBServerSnapshotTestCase {
28+
final class AlignmentGuidesServerSnaspshotTests: FBServerSnapshotTestCase {
2929

3030
func testAlignmentGuideTaskList() {
3131
/// Expecting a task list with two categories, where

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/ApplyFrameServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import FBTestImageGenerator
1010
import QuickLayoutBridge
1111

1212
@MainActor
13-
class ApplyFramyServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class ApplyFramyServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
private func runTestWith(alignment: Alignment?) {
1616
let view1 = UIView()

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/AspectRatioServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import QuickLayoutBridge
1010
import XCTest
1111

1212
@MainActor
13-
class AspectRatioServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class AspectRatioServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
func testAspectRatioWithTextField() {
1616
let textField = UITextField()

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/AspectRatioWithFiniteSizeServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import FBTestImageGenerator
1010
import QuickLayoutBridge
1111

1212
@MainActor
13-
class AspectRatioWithFiniteSizeServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class AspectRatioWithFiniteSizeServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
private func runTestWith(aspectRatio: CGSize, contentMode: ContentMode, proposedSize: CGSize) {
1616
let view1 = UIView()

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/AspectRatioWithInfiniteProposedHeightServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import FBTestImageGenerator
1010
import QuickLayoutBridge
1111

1212
@MainActor
13-
class AspectRatioWithInfiniteProposedHeightServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class AspectRatioWithInfiniteProposedHeightServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
private func runTestWith(aspectRatio: CGSize, contentMode: ContentMode, proposedSize: CGSize) {
1616
let view1 = UIView()

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/AspectRatioWithInfiniteProposedWidthServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import FBTestImageGenerator
1010
import QuickLayoutBridge
1111

1212
@MainActor
13-
class AspectRatioWithInfiniteProposedWidthServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class AspectRatioWithInfiniteProposedWidthServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
private func runTestWith(aspectRatio: CGSize, contentMode: ContentMode, proposedSize: CGSize) {
1616
let view1 = UIView()

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/ConstrainedSizeServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import FBTestImageGenerator
1010
import QuickLayoutBridge
1111

1212
@MainActor
13-
class ConstrainedSizeServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class ConstrainedSizeServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
func testConstrainedSizeMaxWidthWithFixedChild() {
1616
let view1 = ColorView(ColorPallete.yellow, text: "1")

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/CustomAlignmentServerSnaspshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ private struct FirstThirdAlignment: AlignmentID {
1616
}
1717

1818
@MainActor
19-
class CustomAlignmentServerSnaspshotTests: FBServerSnapshotTestCase {
19+
final class CustomAlignmentServerSnaspshotTests: FBServerSnapshotTestCase {
2020

2121
func testFirstThirdAlignment() {
2222
/// Expecting a 3x3 grid of blue rectangles.

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/EmptyLayoutServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import QuickLayoutBridge
1010
import XCTest
1111

1212
@MainActor
13-
class EmptyLayoutServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class EmptyLayoutServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
func testEmptyLayoutWhenUsedInStack() {
1616
let view1 = UIView()

Sources/QuickLayout/QuickLayoutBridge/__server_snapshot_tests__/ExpandeByServerSnapshotTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import QuickLayoutBridge
1010
import XCTest
1111

1212
@MainActor
13-
class ExpandByServerSnapshotTests: FBServerSnapshotTestCase {
13+
final class ExpandByServerSnapshotTests: FBServerSnapshotTestCase {
1414

1515
func testAspectRatioWithTextField() {
1616

0 commit comments

Comments
 (0)