Property TestEnvironment
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
TestEnvironment
Gets a display string that describes the test execution environment. Examples: "32-bit .NET Framework 4.8.4220.0", "64-bit .NET Core 4.6.29220.03"
public required string TestEnvironment { get; set; }
Property Value
Remarks
Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.