MockerCreationExtensions Members

The MockerCreationExtensions type exposes the following members.

Methods


  Name Description
Public method Static member CreateInstance<(Of <<'(T, TParam1>)>>)(Mocker, Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>))
Creates an instance of T. Parameter data allows matching of constructors by type and uses those values in the creation of the instance.
Public method Static member CreateInstance<(Of <<'(T, TParam1, TParam2>)>>)(Mocker, Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>))
Creates an instance of T. Parameter data allows matching of constructors by type and uses those values in the creation of the instance.
Public method Static member CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3>)>>)(Mocker, Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>))
Creates an instance of T. Parameter data allows matching of constructors by type and uses those values in the creation of the instance.
Public method Static member CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4>)>>)(Mocker, Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>))
Creates an instance of T. Parameter data allows matching of constructors by type and uses those values in the creation of the instance.
Public method Static member CreateInstance<(Of <<'(T, TParam1, TParam2, TParam3, TParam4, TParam5>)>>)(Mocker, Dictionary<(Of <<'(Type, Nullable<(Of <<'(Object>)>>)>)>>))
Creates an instance of T. Parameter data allows matching of constructors by type and uses those values in the creation of the instance.
Public method Static member CreateMockInternal
Creates the mock internal.