Search Results for

    Show / Hide Table of Contents

    Class TestCollection<TAppFixture, TState>

    abstract class for creating a collection definition

    Inheritance
    object
    TestCollection<TAppFixture>
    TestCollection<TAppFixture, TState>
    Implements
    ICollectionFixture<TAppFixture>
    ICollectionFixture<TState>
    Inherited Members
    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 TestCollection<TAppFixture, TState> : TestCollection<TAppFixture>, ICollectionFixture<TAppFixture>, ICollectionFixture<TState> where TAppFixture : BaseFixture where TState : StateFixture
    Type Parameters
    Name Description
    TAppFixture

    the type of the app fixture that will last for the full lifetime of the test-collection

    TState

    the type of the shared state fixture that will last for the full lifetime of the test-collection

    Implements

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