I have some methods in my app that make http requests. Is there a good way to simulate network failures and bad responses for the unit tests?
Have You tried HTTPUnit and JWebUnit?