Interface ITestClass
Represents a test class, which contributes one or more test cases (usually by way of test methods).
public interface ITestClass : ITestClassMetadata
- Inherited Members
- Extension Methods
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.
ITestCollection TestCollection { get; }