NSubstitute
NSubstitute copied to clipboard
Missing/Old explanation in documentation for exception extensions
I miss the explanation of throwing exceptions with the ExceptionExtensions class in the documentation. There is only the example with Returns(x => {throw new Exeption(); });
Would be good if the documentation represents the best way to implementing stuff. :-) Thx