Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] Non-RCP App

I'm trying to get SWTBot to run in eclipse against a non-rcp (swt only) app. I have the following jars on my classpath:

junit-4.7
junit-dep-4.7
org.eclipse.swtbot.eclipse.finder
org.eclipse.swtbot.junit4_
org.eclise.swtbot.swt.finder
org.hamcrest
swt
swt-debug

I'm getting a can't find required class org.junit.runners.TestClassRunner.

Any idea where I need to get that from?

Thanks,
    Mike


Back to the top