Class NSubstituteMethodQuery
Namespace: AutoFixture.AutoNSubstitute
Assembly: AutoFixture.AutoNSubstitute.dll
Selects appropriate methods to create substitutes.
public class NSubstituteMethodQuery : IMethodQueryInheritance
object ← NSubstituteMethodQuery
Implements
IMethodQuery
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
NSubstituteMethodQuery()
public NSubstituteMethodQuery()Methods
SelectMethods(Type)
Selects the methods for the supplied type.
public IEnumerable<IMethod> SelectMethods(Type type)Parameters
type Type
The type.
Returns
IEnumerable<IMethod>
Methods for type.