So specific as Wayne said.  BTW, now in JUnit4, test class don't have to
extends TestCase because of new design based on the JDK5's new
feature(annotation), so test class have a new chance to extends another
class.

Regards.

Linghua

2008/12/14 Wayne Fay <wayne...@gmail.com>

> > You have some test classes that extends something else than TestCase and
> you
> > want to share these intermediate classes between projects ?
>
> Or perhaps he has some utility classes that are used only by his
> tests, or he wants to re-use some test classes for some other reasons.
> There are many good reasons to make the test-jar artifact and share
> test classes amongst multiple projects.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to