Property SourceFilePath
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
SourceFilePath
Gets the source file name. A null
value indicates that the
source file name is not known.
public required string? SourceFilePath { get; set; }
Property Value
Remarks
Note: Will be null
if there was no value provided during deserialization.