Table of Contents

Property TestMethod

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

TestMethod

Gets the test method to run. May different from the test method embedded in the test case.

IXunitTestMethod TestMethod { get; }

Property Value