Initial Commit
This commit is contained in:
commit
08da5c70e1
7 changed files with 984 additions and 0 deletions
14
Tests/ArtifactMathTests/ArtifactMathTests.swift
Normal file
14
Tests/ArtifactMathTests/ArtifactMathTests.swift
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import XCTest
|
||||
@testable import ArtifactMath
|
||||
|
||||
final class ArtifactMathTests: 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
|
||||
|
||||
let set: Set<Vec3i> = []
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue