Skip to content

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()
parameterdescription
TFixtureItemThe fixture item type.
TPathProviderThe path provider type.
TMethodPathMember

Members

namedescription
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