Table of Contents

Property TestClassName

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

TestClassName

Gets the full name of the class where the test is defined (i.e., FullName). If the test did not originiate in a class, will return null.

public required string? TestClassName { get; set; }

Property Value

string

Remarks

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