NSubstitute.Received(1) Catching Multiple Recieved Calls
I am writing test cases using NSubstitute to check that a certain method is called only once within our logic.
I am writing test cases using NSubstitute to check that a certain method is called only once within our logic.