I was thinking that it might be helpful to have some protected factory methods on the AbstractJsfTestCase for instantiating the environment mock objects like request, response, faces context, ...
This would be a place that you could override and provide your own mock implementation for a test case and not have to try to hookup all the references. Any thought? Gary