Property Output
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Output
The captured output of the test. Will be Empty if there was no output.
public required string Output { get; set; }
Property Value
Remarks
Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.