NSubstitute
NSubstitute copied to clipboard
Expand CallNotReceivedException message to include overloads of expected method
For example:
sub.Received().MyMethod(1, "first")
Should list: MyMethod(1) MyMethod(2, "first")
Possibly other generic instances of method too:
MyMethod