Search Results for

    Show / Hide Table of Contents

    Class BaseFixture

    base class for AppFixture<TProgram>.

    Inheritance
    object
    BaseFixture
    AppFixture<TProgram>
    Implements
    IFaker
    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 BaseFixture : IFaker

    Fields

    WafCache

    Declaration
    protected static readonly ConcurrentDictionary<Type, BaseFixture.AsyncLazy<object>> WafCache
    Field Value
    Type Description
    ConcurrentDictionary<Type, BaseFixture.AsyncLazy<object>>

    Properties

    Cancellation

    Declaration
    public CancellationToken Cancellation { get; }
    Property Value
    Type Description
    CancellationToken

    Context

    Declaration
    public ITestContext Context { get; }
    Property Value
    Type Description
    ITestContext

    Fake

    bogus data generator

    Declaration
    public Faker Fake { get; }
    Property Value
    Type Description
    Faker

    Implements

    IFaker
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX