How does one mock the many dependencies needed for integration tests?
I use Mockito for my \'pure\' unit tests. \'Pure\' in this case means testing a single class, mock
If there is some http or rest mock framework, using that should be good.
All the complicated dependencies can be recorded, modified and replayed.