Property MethodName
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
MethodName
Gets the name of the test method that is associated with this message.
public required string MethodName { get; set; }
Property Value
Remarks
Note: Will be UnsetStringPropertyValue if there was no value provided during deserialization.