Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Does swtbot require junit4?

We have a plugin that uses SWTBot. Its MANIFEST.MF lists no dependencies on junit4 (we use junit3). Should we be able to run the tests headless with an eclipse installation that lacks junit4? We're having runtime issues apparently because junit4 is not available. I'm trying to find out if it's a configuration issue or if junit4 is for sure needed. We're using the junit3-headless plugin, AFAIK.

John


Back to the top