Table of Contents

Property TestMethod

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

TestMethod

Gets the test method this test case belongs to; may be null if the test isn't backed by a method.

ITestMethod? TestMethod { get; }

Property Value