Table of Contents

Constructor TestInfo

Namespace
Xunit.Runners
Assembly
xunit.v3.runner.utility.netfx.dll

TestInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string)

protected TestInfo(string typeName, string methodName, IReadOnlyDictionary<string, IReadOnlyCollection<string>>? traits, string testDisplayName, string testCollectionDisplayName)

Parameters

typeName string
methodName string
traits IReadOnlyDictionary<string, IReadOnlyCollection<string>>
testDisplayName string
testCollectionDisplayName string