Table of Contents

Property TestClassName

Namespace
Xunit.v3
Assembly
xunit.v3.core.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