On Wed, Jul 25, 2012 at 10:42 PM, John Goodsen <
jgoo...@radsoft.com> wrote:
> I use IntelliJ with cucumber-jvm and it works like a charm. Now I'm trying
> to help a developer run them in Eclipse (actually IBM RAD 8) and when we
> right-click on my test runner class, Eclipse does not recognize the class as
> a JUnit test, so we don't get a RunAs -> JUnit test option in the menu.
> Does anybody have any ideas? Here's the runner class we're using:
>
My guess is that the Eclipse JUnit plugin doesn't understand that the
class can be run with JUnit. I'd consider that a bug in the plugin.
Try to track down the people behind it and let them know!
Aslak
> @RunWith(Cucumber.class)
> @Cucumber.Options(tags = { "~@WIP" }, format = {"pretty",
> "html:target/cucumber-html-report",
> "json-pretty:target/cucumber-report.json"})
> public class RunAllTests {
> }
>
> --
> -- Rules --
>
> 1) Please prefix the subject with [Ruby], [JVM] or [JS].
> 2) Please use interleaved answers
>
http://en.wikipedia.org/wiki/Posting_style#Interleaved_style
> 3) If you have a question, don't reply to an existing message. Start a new
> topic instead.
>
> You received this message because you are subscribed to the Google Groups
> Cukes group. To post to this group, send email to
cu...@googlegroups.com. To
> unsubscribe from this group, send email to
>
cukes+un...@googlegroups.com. For more options, visit this group at
>
https://groups.google.com/d/forum/cukes?hl=en
>
>