Class OmitFixtureSpecification
Inheritance
System.Object
OmitFixtureSpecification
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoFixture.Kernel
Assembly: AutoFixture.dll
Syntax
public class OmitFixtureSpecification : IRequestSpecification
Methods
| Improve this Doc View SourceIsSatisfiedBy(Object)
Evaluates whether or not the request
is for a fixture type.
Declaration
public bool IsSatisfiedBy(object request)
Parameters
Type | Name | Description |
---|---|---|
System.Object | request | The specimen request. |
Returns
Type | Description |
---|---|
System.Boolean | false if the |