Table of Contents

Property TestMethodName

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

TestMethodName

Gets the method name where the test is defined, in the TestClassName class. If the test did not originiate in a method, will return null.

string? TestMethodName { get; }

Property Value

string