FastMoq
Search Results for

    Show / Hide Table of Contents

    Interface IInstanceModel

    Interface IHistoryModel used for identifying objects that can be put in the history model.

    Namespace: FastMoq.Models
    Assembly: FastMoq.Core.dll
    Syntax
    public interface IInstanceModel : IHistoryModel

    Properties

    Arguments

    Gets the arguments.

    Declaration
    List<object?> Arguments { get; }
    Property Value
    Type Description
    List<object>

    The arguments.

    CreateFunc

    Gets the create function.

    Declaration
    InstanceFunction? CreateFunc { get; }
    Property Value
    Type Description
    InstanceFunction

    The create function.

    InstanceType

    Gets the type of the instance.

    Declaration
    Type InstanceType { get; }
    Property Value
    Type Description
    Type

    The type of the instance.

    Type

    Gets the type.

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    Type

    The type.

    Extension Methods

    ObjectExtensions.RaiseIfNull<T>(T?, string?, string?, int?, string?)
    TestClassExtensions.GetFieldValue<TObject>(TObject, string, TObject?)
    TestClassExtensions.GetField<TObject>(TObject, string)
    TestClassExtensions.GetMemberName<T, TValue>(T, Expression<Func<T, TValue>>)
    TestClassExtensions.GetMember<T, TValue>(T, Expression<Func<T, TValue>>)
    TestClassExtensions.GetMethodValue<TObject>(TObject, string, object?, params object[])
    TestClassExtensions.GetMethod<TObject>(TObject, string)
    TestClassExtensions.GetPropertyValue<TObject>(TObject, string, object?)
    TestClassExtensions.GetProperty<TObject>(TObject, string)
    TestClassExtensions.SetFieldValue<TObject>(TObject, string, object?)
    TestClassExtensions.SetPropertyValue<TObject>(TObject, string, object?)
    MockerHttpMoqExtensions.SetupHttpMessage(object, Func<HttpResponseMessage>, Expression?, Expression?)
    MockerHttpMoqExtensions.SetupMessageAsync<TMock, TReturn>(object, Expression<Func<TMock, Task<TReturn>>>, Func<TReturn>)
    MockerHttpMoqExtensions.SetupMessageProtectedAsync<TMock, TReturn>(object, string, Func<TReturn>, params object?[]?)
    MockerHttpMoqExtensions.SetupMessageProtected<TMock, TReturn>(object, string, Func<TReturn>, params object?[]?)
    MockerHttpMoqExtensions.SetupMessage<TMock, TReturn>(object, Expression<Func<TMock, TReturn>>, Func<TReturn>)
    TestClassExtensions.GetFieldInfo<TType>(object, string)
    TestClassExtensions.GetFieldValue<T>(object?, FieldInfo)
    TestClassExtensions.GetFieldValue<T, TType>(object, string)

    See Also

    IInstanceModel
    InstanceModel<TClass>
    InstanceModel
    ConstructorModel
    In this article
    Back to top
    Generated 2026-04-08 12:38 UTC