Table of Contents

Property TestClassName

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

string? TestClassName { get; }

Property Value

string