Search Results for

    Show / Hide Table of Contents

    Class TestResult<TResponse>

    a record encapsulating the http response as well as the resulting dto of a test execution

    Inheritance
    object
    TestResult<TResponse>
    Implements
    IEquatable<TestResult<TResponse>>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public sealed record TestResult<TResponse> : IEquatable<TestResult<TResponse>>
    Type Parameters
    Name Description
    TResponse

    the type of the response dto

    Constructors

    TestResult(HttpResponseMessage, TResponse)

    a record encapsulating the http response as well as the resulting dto of a test execution

    Declaration
    public TestResult(HttpResponseMessage Response, TResponse Result)
    Parameters
    Type Name Description
    HttpResponseMessage Response

    http response message object

    TResponse Result

    the resulting dto object

    Properties

    Response

    http response message object

    Declaration
    public HttpResponseMessage Response { get; init; }
    Property Value
    Type Description
    HttpResponseMessage

    Result

    the resulting dto object

    Declaration
    public TResponse Result { get; init; }
    Property Value
    Type Description
    TResponse

    Implements

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