Table of Contents

Property Traits

Namespace
Xunit.Runner.v1
Assembly
xunit.v3.runner.utility.netfx.dll

Traits

Gets the traits that are associated with this test case.

public IReadOnlyDictionary<string, IReadOnlyCollection<string>> Traits { get; set; }

Property Value

IReadOnlyDictionary<string, IReadOnlyCollection<string>>