ParameterPredicate record
Parameter predicate for method verification.
csharp
public record ParameterPredicate
public record ParameterPredicate
Public Members
name | description |
---|---|
ParameterPredicate(…) | Parameter predicate for method verification. |
Expression | |
ParameterType | The parameter type this is equal to the method parameter type, except the parameter type contains a generic parameter, then the user needs to specify a constructed type. If this is None the user has not setuped a predicate for this parameter. |
IsMatching(…) | The argument provided to a method is matching the predicate. |
See Also
- namespace Twizzar.Fixture.MethodVerifier