Interface ITestCollection
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Represents a group of test cases.
public interface ITestCollection : ITestCollectionMetadata
- Inherited Members
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.