Property StackTraces
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
StackTraces
Gets the stack trace(s) of the exception(s).
public required string?[] StackTraces { get; set; }
Property Value
- string[]
Remarks
Note: Will be an empty array if there was no value provided during deserialization.