mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-18 15:27:23 +01:00
Skething out tests
This commit is contained in:
40
SecretAgentKitTests/AgentTests.swift
Normal file
40
SecretAgentKitTests/AgentTests.swift
Normal 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() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user