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

Adds BeAsync() and NotBeAsync() on MethodInfoSelectorAssertions #1623 #1700

Conversation

chvollm
Copy link
Contributor

@chvollm chvollm commented Oct 6, 2021

IMPORTANT

  • The code complies with the Coding Guidelines for C#.
  • The changes are covered by a new or existing set of unit tests which follow the Arrange-Act-Assert syntax such as is used in this example.
  • If the contribution adds a feature or fixes a bug, please update the release notes, which are published on the website.
  • If the contribution changes the public API the changes needs to be included by running AcceptApiChanges.ps1/AcceptApiChanges.sh.
  • If the contribution affects the documentation, please include your changes in this pull request so the documentation will appear on the website.

closes #1623

docs/_pages/releases.md Outdated Show resolved Hide resolved
Src/FluentAssertions/Types/MethodInfoSelectorAssertions.cs Outdated Show resolved Hide resolved
docs/_pages/releases.md Outdated Show resolved Hide resolved
Src/FluentAssertions/Types/MethodInfoSelectorAssertions.cs Outdated Show resolved Hide resolved
@dennisdoomen dennisdoomen merged commit d529289 into fluentassertions:master Oct 7, 2021
@chvollm chvollm mentioned this pull request Oct 28, 2021
88 tasks
@chvollm chvollm deleted the BeAsync-missing-in-MethodInfoSelectorAssertions branch March 8, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BeAsync missing in MethodInfoSelectorAssertions / Wrong documentation
3 participants