IMethodVerifier<TFixtureItem,TPathProvider,TMethodPathMember> interface
Service for verifying methods.
csharp
public interface IMethodVerifier<TFixtureItem, out TPathProvider, TMethodPathMember> :
IMemberVerifier
where TPathProvider : new()
public interface IMethodVerifier<TFixtureItem, out TPathProvider, TMethodPathMember> :
IMemberVerifier
where TPathProvider : new()
parameter | description |
---|---|
TFixtureItem | The fixture item type. |
TPathProvider | The path provider type. |
TMethodPathMember |
Members
name | description |
---|---|
WhereParamIs<TParam>(…) | Add a condition to check if the method is called with a certain parameter value. We also generate extensions method for all parameter and advise to use them. If the parameter is called paramA then there will be a method called WhereParamA . (3 methods) |
See Also
- interface IMemberVerifier
- namespace Twizzar.Fixture