secretive/SecretAgentKitTests/AgentTests.swift
2020-03-21 23:29:22 -07:00

41 lines
536 B
Swift

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() {
}
}