IPropertyVerifier<TDeclaredType> interface
Service for further configuration the property verification.
csharp
public interface IPropertyVerifier<in TDeclaredType>
public interface IPropertyVerifier<in TDeclaredType>
parameter | description |
---|---|
TDeclaredType | The declared type of the selected property. |
Members
name | description |
---|---|
Get() | Verify the getter of the property. |
Set() | Verify the setter with any assigned value. |
Set(…) | Verify the setter when a certain value is assigned. |
See Also
- namespace Twizzar.Fixture