Interface IXunitTestClass
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Represents a test class from xUnit.net v3 based on reflection.
public interface IXunitTestClass : ITestClass, ITestClassMetadata
- Inherited Members
Properties
- BeforeAfterTestAttributes
Gets the IBeforeAfterTestAttributes attached to the test class (and the test collection and test assembly).
- Class
Gets the type that this test class refers to.
- ClassFixtureTypes
Gets a list of class fixture types associated with the test class (and the test collection).
- Constructors
Gets the public constructors on the test class. If the test class is static, will return
null.
- Methods
Gets the public methods on the test class.
- TestCaseOrderer
Gets the test case orderer for the test class, if present.
- TestCollection
Gets the test collection this test class belongs to.