Table of Contents

Property TestClassSimpleName

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

TestClassSimpleName

Gets the simple name of the class where the test is defined (the class name without namespace). If the test did not originiate in a class, will return null.

string? TestClassSimpleName { get; }

Property Value

string