AutoMocker.ResolvedObjects property

April 22, 2021 · View on GitHub

A collection of objects stored in this AutoMocker instance. The keys are the types used when resolving services.

public IReadOnlyDictionary<Type, object?> ResolvedObjects { get; }

See Also