Table of Contents

Method GetTraits

Namespace
Xunit
Assembly
xunit.v3.core.dll

GetTraits()

Gets the trait values from the trait attribute.

public IReadOnlyCollection<KeyValuePair<string, string>> GetTraits()

Returns

IReadOnlyCollection<KeyValuePair<string, string>>

The trait values.