Class MissingParametersSupplyingStaticMethodFactory
Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll
Creates a new MissingParametersSupplyingMethod for a static
MethodInfo.
public class MissingParametersSupplyingStaticMethodFactory : IMethodFactoryInheritance
object ← MissingParametersSupplyingStaticMethodFactory
Implements
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
Method for methodInfo.