Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Satisfy(Expression<Predicate<IEnumerable<TData>>> predicateExpression) verification extension method #534

Closed
YevgeniyShunevych opened this issue Aug 24, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

Generic verification method for any custom purpose.

public static TOwner Satisfy<TData, TOwner>(
    this IDataVerificationProvider<IEnumerable<IObjectProvider<TData>>, TOwner> verifier,
    Expression<Predicate<IEnumerable<TData>>> predicateExpression);
@YevgeniyShunevych YevgeniyShunevych added this to the 1.12.0 milestone Aug 24, 2021
@YevgeniyShunevych YevgeniyShunevych self-assigned this Aug 24, 2021
YevgeniyShunevych added a commit that referenced this issue Aug 24, 2021
…Expression)` verification extension method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant