Table of Contents

Interface ITestCollection

Namespace
Xunit.Sdk

Represents a group of test cases.

public interface ITestCollection : ITestCollectionMetadata
Inherited Members
Extension Methods

Remarks

The test framework decides how test collections are defined and what their purpose is.

Properties

TestAssembly

Gets the test assembly this test collection belongs to.

ITestAssembly TestAssembly { get; }

Property Value

ITestAssembly