Hi,

On Thu, Jun 13, 2013 at 7:42 PM, Michael Dürig <mdue...@apache.org> wrote:
> Why are we mixing Junit3 and Junit4 style test cases anyway?

Good question. AFAICT most of the JUnit 3 usage comes from extending
(through various intermediaries) the AbstractJCRTest class from
jackrabbit-jcr-tests.

In such cases it would be clearer if people didn't use the JUnit 4
@Test annotations, as the JUnit 3 testXXX() naming pattern is
sufficient for test cases in classes that extend TestCase.

BR,

Jukka Zitting

Reply via email to