Is it possible to mock out a .NET HttpWebResponse?

后端 未结 7 1024
再見小時候
再見小時候 2020-11-28 22:29

i\'ve got an integration test that grabs some json result from a 3rd party server. It\'s really simple and works great.

I was hoping to stop actually hitting this se

相关标签:
7条回答
  • 2020-11-28 23:09

    I wrote a set of interfaces and adapters precisely for this purpose a few years ago.

    0 讨论(0)
提交回复
热议问题