Skip to main content

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

JUnit 3 support has been deprecated(although it should work). What version of eclipse and SWTBot are you on? There is a troubleshooting guide for headless testing with SWTBot just in case you have to get your hands dirty. 

- Ketan

On Wed, Feb 22, 2012 at 7:12 PM, Cortell John-RAT042 <RAT042@xxxxxxxxxxxxx> wrote:
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
_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/swtbot-dev


Back to the top