Initial Commit
This commit is contained in:
commit
b50da2cb27
6 changed files with 1298 additions and 0 deletions
12
Tests/ArtifactGraphicsTests/ArtifactGraphicsTests.swift
Normal file
12
Tests/ArtifactGraphicsTests/ArtifactGraphicsTests.swift
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import XCTest
|
||||
@testable import ArtifactGraphics
|
||||
|
||||
final class ArtifactGraphicsTests: 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue