1
0
şunun yansıması https://github.com/maxgoedjen/secretive.git eşitlendi 2025-07-05 21:50:56 +00:00
secretive/SecretAgentKitTests/AgentTests.swift
2020-03-21 23:29:22 -07:00

41 satır
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() {
}
}