Property DiscovererTypeCache
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
DiscovererTypeCache
Gets the mapping dictionary of fact attribute type to discoverer type. The key
is a type that implements IFactAttribute; the value is the
discoverer type, if known; null if not.
protected Dictionary<Type, Type?> DiscovererTypeCache { get; }