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