Property ConfigFilePath
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
ConfigFilePath
Gets the full path of the configuration file name, if one is present.
May be null
if there is no configuration file.
public required string? ConfigFilePath { get; set; }
Property Value
Remarks
Note: Will be null
if there was no value provided during deserialization.