Table of Contents

Interface ITest

Namespace
Xunit.Sdk

Represents a single test in the system. A test case typically contains only a single test, but may contain many if circumstances warrant it (for example, test data for a theory cannot be pre-enumerated, so the theory yields a single test case with multiple tests).

public interface ITest : ITestMetadata
Inherited Members
Extension Methods

Properties

TestCase

Gets the test case this test belongs to.

ITestCase TestCase { get; }

Property Value

ITestCase