Re: ContextTestSupport version for camel-scala

2009-06-23 Thread Gert Vanthienen
Hans, We don't package a camel-scala test jar, but you can use Scala to build your unit tests in combination with the camel-core test jar. Just create a Camel unit test that extends the normal Camel ContextTestSupport class and add the Scala DSL's RouteBuilderSupport trait. We use this technique

Re: ContextTestSupport version for camel-scala

2009-06-10 Thread Claus Ibsen
On Tue, Jun 9, 2009 at 5:02 PM, hans couderhans.cou...@gmail.com wrote: Hi, I'm using for my camel project the Scala DSL and would like to create some routes for testing in scala. Is there a scala version of CamelTestSupport or the camel-test module? Not that I know of. As they are pure Java

ContextTestSupport version for camel-scala

2009-06-09 Thread hans couder
Hi, I'm using for my camel project the Scala DSL and would like to create some routes for testing in scala. Is there a scala version of CamelTestSupport or the camel-test module? Thx and regards, Hans Couder