Class TestFinishedInfo
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
Represents a test that finished, regardless of the result.
public class TestFinishedInfo : TestExecutedInfo
- Inheritance
-
TestFinishedInfo
- Inherited Members
Constructors
- TestFinishedInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string, decimal, string?)
Represents a test that finished, regardless of the result.