Skip to main content

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

Mike,

Your deps will be:
junit-4.7 (without deps)
org.eclipse.swtbot.swt.finder
org.hamcrest.*
org.eclipse.swtbot.junit4_x
swt-debug
org.apache.jog4j

The missing class should be part of junit 4.5 (i'm not sure if it's
there in 4.7, but I don't think it'll be removed)

Let us know if that does not work.

-- 
Ketan
studios.thoughtworks.com | twitter.com/ketanpkr


On Fri, Oct 16, 2009 at 12:44 AM, Michael Gaffney <mr.gaffo@xxxxxxxxx> wrote:
> 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