Table of Contents

Constructor TestFinishedInfo

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

TestFinishedInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string, decimal, string?)

Represents a test that finished, regardless of the result.

public TestFinishedInfo(string typeName, string methodName, IReadOnlyDictionary<string, IReadOnlyCollection<string>>? traits, string testDisplayName, string testCollectionDisplayName, decimal executionTime, string? output)

Parameters

typeName string
methodName string
traits IReadOnlyDictionary<string, IReadOnlyCollection<string>>
testDisplayName string
testCollectionDisplayName string
executionTime decimal
output string