On Wed, 01 Mar 2006, Jesse Glick <[EMAIL PROTECTED]> wrote:
> Stefan Bodewig wrote:

>> Will this patch still allow me to run those tests?  Or will
>> wrapping the tests in a JUnit4TestAdapter force me to use
>> annotations?
> 
> No, you can still use the 3-compatible tests as before.

Great.

> You do need to be running JDK 5+

Yes, I know that.

> I will however patch JUnitTestRunner a tiny bit to be able to run
> JUnit 3 tests on JDK 1.4 if your classpath contains JUnit 3 _before_
> JUnit 4.

This probably works that way right now, I'd expect Class.forName for
JUnit4TestAdapter to throw and exception because of the class file
version on JDK 1.4 and then JUnitTestRunner falls back to the old
behaviour.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to