Closed Creastoff closed 1 year ago
The following code snippet should be replaced with the equivalent NSubstitute initialisation statement. IService bts = Mock.Of();
Should be replaced with Substitute.For
Fixed here: https://github.com/AlbertoMonteiro/moq-to-nsubstitute/pull/4#event-10071696611
The following code snippet should be replaced with the equivalent NSubstitute initialisation statement. IService bts = Mock.Of();
Should be replaced with Substitute.For