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
On Tue, Jun 9, 2009 at 5:02 PM, hans couder 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 you should be a