문제

I've been writing some unit tests that use a web service to retrieve information from the web. When I run my code from a console application, I can monitor the calls via Fiddler and see what's being requested and the server response.

When I make these same service calls by running a unit test with TestDriven.NET, the calls are not shown in the calls through Fiddler.

Does anybody what I would have to do to configure this, so that I can monitor the calls with Fiddler while running unit tests?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top