_DependenciesTrait
TestTrait.swift:1struct _DependenciesTrait
struct _DependenciesTrait
import Dependencies
A dependency management library inspired by SwiftUI’s “environment.”
protocol Sendable
init(_ updateValues: @escaping (inout DependencyValues) -> Void)
let updateValues: (inout DependencyValues) -> Void
import DependenciesTestSupport
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
var isRecursive: Bool { get }
func prepare(for test: Test) async throws