mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-23 17:47:24 +01:00
WIP SPM
This commit is contained in:
20
Tests/SecretiveTests/SecretiveTests.swift
Normal file
20
Tests/SecretiveTests/SecretiveTests.swift
Normal file
@@ -0,0 +1,20 @@
|
||||
import XCTest
|
||||
@testable import Secretive
|
||||
|
||||
class SecretiveTests: XCTestCase {
|
||||
|
||||
override func setUp() {
|
||||
// Put setup code here. This method is called before the invocation of each test method in the class.
|
||||
}
|
||||
|
||||
override func tearDown() {
|
||||
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
||||
}
|
||||
|
||||
func testExample() {
|
||||
// This is an example of a functional test case.
|
||||
// Use XCTAssert and related functions to verify your tests produce the correct results.
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user