Thanks for the feedback - an interesting work around :) Generally I'd put my "general" service expectations in the setUp() and my verifies in the tearDown(), but I think I'm comfortable moving the verify in this circumstance.
Rgds Ned On Thu, Apr 24, 2008 at 8:58 PM, James Carman <[EMAIL PROTECTED]> wrote: > > > Can you move the verify stuff up above the assertLabel? Would that > help? The verification you're looking for is to verify that stuff is > called correctly during rendering. The assertions don't need to go on > within the context of the "replay" of the mocks. > >
