On Fri, Aug 22, 2008 at 11:15 AM, Kevin Brown <[EMAIL PROTECTED]> wrote:
>> Ah, so test cases would either inherit from EasyMockTestCase or
>> include a fixture, but not both.  If they included the fixture, they'd
>> inherit from TestCase (or not inherit at all, just use the @Test
>> annotation.)
>>
>> Want me to implement that?
>
> If we do that across the board, we need to remove mock generation from other
> places.

I'd just do it for places that currently inherit from
GadgetTestFixture or ServletTestFixture.  Test cases that don't use
those classes already will remain in blissful ignorance of the messy
dependencies of their less fortunate brethern.

Reply via email to