Search Results for

    Show / Hide Table of Contents

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH