Table of Contents

Property TestClassName

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

TestClassName

Gets the full name of the test class (i.e., FullName).

public required string TestClassName { get; set; }

Property Value

string

Remarks

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