Search Results

1
vote
4answers
113 views

Good ways to test a unit that communicates via HTTP

Often, I find myself wanting to write a unit test for a portion of code that accesses HTTP resources as part of its normal function. Have you found any good ways to write these kinds of tests? …