diff options
author | Benedikt Betz <benedikt.betz@check24.de> | 2023-10-18 15:43:59 +0200 |
---|---|---|
committer | Benedikt Betz <benedikt.betz@check24.de> | 2023-10-18 15:43:59 +0200 |
commit | 485fabdd5372b2d35d58b5ef7e05d4ec25157f1e (patch) | |
tree | b93a5f84e7d7134adf2eef5880302dd9e28cd3b0 /Tests/SwiftyCropTests/SwiftyCropTests.swift | |
parent | 3a7fa6210258d73ab6851a9f067a3150243b27ef (diff) |
First commit
Diffstat (limited to 'Tests/SwiftyCropTests/SwiftyCropTests.swift')
-rw-r--r-- | Tests/SwiftyCropTests/SwiftyCropTests.swift | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/SwiftyCropTests/SwiftyCropTests.swift b/Tests/SwiftyCropTests/SwiftyCropTests.swift new file mode 100644 index 0000000..e029923 --- /dev/null +++ b/Tests/SwiftyCropTests/SwiftyCropTests.swift @@ -0,0 +1,12 @@ +import XCTest +@testable import SwiftyCrop + +final class SwiftyCropTests: XCTestCase { + func testExample() throws { + // XCTest Documentation + // https://developer.apple.com/documentation/xctest + + // Defining Test Cases and Test Methods + // https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods + } +} |