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 'Also' to Fluent Assert #78

Closed
Werebunny opened this issue Feb 7, 2021 · 0 comments · Fixed by #79
Closed

Add 'Also' to Fluent Assert #78

Werebunny opened this issue Feb 7, 2021 · 0 comments · Fixed by #79
Assignees
Labels
enhancement New feature or request

Comments

@Werebunny
Copy link
Member

Wanted Behavior

Ability to test different values inside the fluent chain.

Possible Solution

valueA.Assert().Is(x).Also(valueB).Is(y);

@Werebunny Werebunny added the enhancement New feature or request label Feb 7, 2021
@Werebunny Werebunny self-assigned this Feb 7, 2021
@Werebunny Werebunny added this to To do in Create & Track via automation Feb 7, 2021
Create & Track automation moved this from To do to Done Feb 7, 2021
Werebunny added a commit that referenced this issue Feb 7, 2021
Add assert 'Also' chain.
Add issue replication tests.
Fix bin artifact paths.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant