Interface ITestClass
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Represents a test class, which contributes one or more test cases (usually by way of test methods).
public interface ITestClass : ITestClassMetadata
- Inherited Members
Remarks
Not all test frameworks will require that tests come from classes, so this abstraction may or many not be used.
Properties
- TestCollection
Gets the test collection this test class belongs to.