ICtorVerifier<T>.SetupParameter method
Provide an instance which will be used when the parameter will not be set to null.
csharp
public ICtorVerifier SetupParameter(string parameterName, object instance)
public ICtorVerifier SetupParameter(string parameterName, object instance)
parameter | description |
---|---|
parameterName | The parameter name. |
instance | The instance to use. |
Return Value
The CtorVerifier for further configuration.
See Also
- interface ICtorVerifier<T>
- namespace Twizzar.Fixture.Verifier