Adds AltTests test target

This commit is contained in:
Riley Testut
2022-11-07 16:46:32 -06:00
committed by Magesh K
parent 7afd11fdc6
commit 1d1be0a8f9
5 changed files with 180 additions and 0 deletions

22
AltTests/AltTests.swift Normal file
View File

@@ -0,0 +1,22 @@
//
// AltTests.swift
// AltTests
//
// Created by Riley Testut on 10/6/22.
// Copyright © 2022 Riley Testut. All rights reserved.
//
import XCTest
final class AltTests: XCTestCase
{
override func setUpWithError() throws
{
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDownWithError() throws
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
}

View File

@@ -0,0 +1,7 @@
//
// TestErrors.swift
// AltTests
//
// Created by Riley Testut on 10/17/22.
// Copyright © 2022 Riley Testut. All rights reserved.
//