Property TestMethodName
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.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.
public required string? TestMethodName { get; set; }