NSubstitute icon indicating copy to clipboard operation
NSubstitute copied to clipboard

Expand CallNotReceivedException message to include overloads of expected method

Open dtchepak opened this issue 15 years ago • 0 comments

For example:

sub.Received().MyMethod(1, "first")

Should list: MyMethod(1) MyMethod(2, "first")

Possibly other generic instances of method too: MyMethod("first", "second")

dtchepak avatar Sep 09 '10 23:09 dtchepak