Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Moving to using JUnit 4.5

And a new build coming out, I *PROMISE* :)

SWTBot will be moving to JUnit 4.5 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=259787).

Note that this is only for plain SWT based tests, and not recommended for plugin-tests (https://bugs.eclipse.org/bugs/show_bug.cgi?id=153429)

What does this mean to existing users:
======================================
It means that your existing tests that use JUnit 3.8.x (or 4.x) will still continue to work.

This means that going ahead you can use the latest and greatest version of JUnit to write tests that look better than before.

-- Ketan



Back to the top