Table of Contents

Property CollectionDefinitions

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

CollectionDefinitions

Gets the collection definitions attached to the test assembly, by collection name.

IReadOnlyDictionary<string, (Type Type, CollectionDefinitionAttribute Attribute)> CollectionDefinitions { get; }

Property Value

IReadOnlyDictionary<string, (Type Type, CollectionDefinitionAttribute Attribute)>