Grzegorz Gałęzowski
Grzegorz Gałęzowski
Hi, I had a look at the Received.InOrder() and it looks like I can get what I want through the same mechanism. A query like `NonMatchingCalls()` would be nice, but...
Sure, thanks! I'm writing the code anyway, so when I have something that works well enough, I'll let you know and prepare some examples of where I think it can...
Hi, I have a rough version implemented at [my github mini-toolkit repo](https://github.com/grzesiek-galezowski/tdd-toolkit/blob/master/TddToolkit/NSubstitute/XReceived.cs): It uses only NSubstitute's public types and methods, so you can just copy-paste the code from the linked...
Thanks, the code misses some cosmetics, e.g. it throws the same exception as `Received.InOrder()` although maybe another exception would be more appropriate and there is some code duplication. However, that's...
@alexandrnikitin thank you for your comments. To comment more broadly on your example - when the situation you describe happens, the case stops being one of exclusive selection. Then it...
Just noticed that I could turn the `*Nrt` methods into overloads, but that would be at the expense of additional generic parameter that could not be inferred. So instead of:...
As mentioned, changed the proposed code to remove the *Nrt methods and instead introduced new overloads that can be used to either convert from nullable to non-nullable or attempt at...
The code is ready for review. I will be happy to answer questions. If you don't want this feature or this scope of feature, please reject.
Hi, any news on this one?
Hi, any luck reviewing this?