Interface IAssemblyFixture<TFixture>
Interface do decorate you test classes to register assembly level fixture.
Namespace: Xunit.Extensions.Ordering
Assembly: Xunit.Extensions.Ordering.dll
Syntax
public interface IAssemblyFixture<TFixture>
where TFixture : class
Type Parameters
| Name | Description |
|---|---|
| TFixture | Assembly fixture to register |