Class MissingParametersSupplyingStaticMethodFactory

Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll

Creates a new MissingParametersSupplyingMethod for a static MethodInfo.

public class MissingParametersSupplyingStaticMethodFactory : IMethodFactory

Inheritance

objectMissingParametersSupplyingStaticMethodFactory

Implements

IMethodFactory

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

MissingParametersSupplyingStaticMethodFactory()

public MissingParametersSupplyingStaticMethodFactory()

Methods

Create(MethodInfo)

Creates a StaticMethod decorated with MissingParametersSupplyingMethod for the supplied methodInfo.

public IMethod Create(MethodInfo methodInfo)

Parameters

methodInfo MethodInfo

The methodInfo.

Returns

IMethod

Method for methodInfo.