Table of Contents

Property Method

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Method

Gets the method that this test method refers to.

MethodInfo Method { get; }

Property Value

MethodInfo

Remarks

This should only be used to execute a test method. All reflection should be abstracted here instead for better testability.