Skething out tests

This commit is contained in:
Max Goedjen
2020-03-21 23:29:22 -07:00
parent 104199cf53
commit 4778c99235
4 changed files with 60 additions and 28 deletions

View File

@@ -0,0 +1,40 @@
import Foundation
import XCTest
import SecretKit
@testable import SecretAgentKit
class AgentTests: XCTestCase {
func testEmptyStores() {
let agent = Agent(storeList: SecretStoreList())
}
func testRequestTracer() {
// Request tracer should show for Xcode?
}
func testWitnessObjection() {
}
func testWitnessSignature() {
}
func testIdentitiesList() {
}
func testSignature() {
}
func testSignatureException() {
}
func testUnhandledAdd() {
}
}

View File

@@ -1,11 +0,0 @@
import XCTest
@testable import SecretAgentKit
class SecretAgentKitTests: XCTestCase {
func testExample() throws {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
}