NSubstitute Mocking Class or Interface?

前端 未结 0 1334
旧巷少年郎
旧巷少年郎 2021-01-30 12:23

I have an interface IFileWriter as below:

public interface IFileWriter
{
  void WriteFile();
}

The class implementation is as below:



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题