Table of Contents

Property Traits

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

Traits

Gets the traits associated with this test case.

public Dictionary<string, HashSet<string>> Traits { get; }

Property Value

Dictionary<string, HashSet<string>>