Search Results for

    Show / Hide Table of Contents

    Class TestBaseWithAssemblyFixture<TAppFixture, TState>

    abstract class for implementing a test-class with an assembly level app fixture.

    Inheritance
    object
    TestBaseWithAssemblyFixture<TAppFixture>
    TestBaseWithAssemblyFixture<TAppFixture, TState>
    Implements
    IAsyncLifetime
    IAsyncDisposable
    IFaker
    IClassFixture<TState>
    Inherited Members
    TestBaseWithAssemblyFixture<TAppFixture>.Fake
    TestBaseWithAssemblyFixture<TAppFixture>.Context
    TestBaseWithAssemblyFixture<TAppFixture>.Cancellation
    TestBaseWithAssemblyFixture<TAppFixture>.Output
    TestBaseWithAssemblyFixture<TAppFixture>.SetupAsync()
    TestBaseWithAssemblyFixture<TAppFixture>.TearDownAsync()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints.Testing
    Assembly: FastEndpoints.Testing.dll
    Syntax
    public abstract class TestBaseWithAssemblyFixture<TAppFixture, TState> : TestBaseWithAssemblyFixture<TAppFixture>, IAsyncLifetime, IAsyncDisposable, IFaker, IClassFixture<TState> where TAppFixture : BaseFixture where TState : StateFixture
    Type Parameters
    Name Description
    TAppFixture

    the type of the assembly level/ global app fixture.

    TState

    the type of the shared state fixture that will only last during the execution of this test-class

    Implements

    Xunit.IAsyncLifetime
    IAsyncDisposable
    IFaker
    Xunit.IClassFixture<TFixture>
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX