Class TestOutputInfo
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
Represents live test output.
public class TestOutputInfo : TestInfo
- Inheritance
-
TestOutputInfo
- Inherited Members
Constructors
- TestOutputInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string, string?)
Represents live test output.
Properties
- Output
The output from the test.