Good ways to test a unit that communicates via HTTP
- by Evan DiBiase
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?