Table of Contents

Interface ITestMethod

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

Represents a test method, which contributes one or more test cases.

public interface ITestMethod : ITestMethodMetadata
Inherited Members

Remarks

Not all test frameworks will require that tests come from methods, so this abstraction may or many not be used.

Properties

TestClass

Gets the test class that this test method belongs to.