14 lines
409 B
Swift
14 lines
409 B
Swift
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> = []
|
|
}
|
|
}
|