Description
The method BeAsync() is missing in MethodInfoSelectorAssertions, but it is in MethodInfoAssertions. The documentation around Types https://fluentassertions.com/typesandmethods/ is suggesting that you can do .Methods() and then BeAsync(), but this would require to have this method on MethodInfoSelectorAssertions.
Versions
Tried on FluentAssertions 5.10.3 with .NET Core 3.1
Solution
Either change documentation or add BeAsync() to MethodInfoSelectorAssertions.