Table of Contents

Property TestFrameworkDisplayName

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

TestFrameworkDisplayName

Gets a display string which describes the test framework and version number. Examples: "xUnit.net v3 0.1.0-pre.15", "xUnit.net 2.4.1"

public required string TestFrameworkDisplayName { get; set; }

Property Value

string

Remarks

Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.