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
typeNamestringmethodNamestringtraitsIReadOnlyDictionary<string, IReadOnlyCollection<string>>testDisplayNamestringtestCollectionDisplayNamestringexecutionTimedecimaloutputstring