Table of Contents

Constructor TestStartingInfo

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

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

Represents a test that is starting.

public TestStartingInfo(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