Re: Camel Testing and ScalaTestSupport

2013-09-07 Thread Carl Pulley
Thinking more about this, I've just realised what the obvious thing I'm missing here is: my project uses source code from the package, which is tested with its tests - duh! Blindingly obvious to myself now why I'm getting the compile error. Sorry about that, Carl.

Camel Testing and ScalaTestSupport

2013-09-07 Thread Carl Pulley
I've noticed that the package camel-scala contains the abstract class ScalaTestSupport under its test directory. As such, I'm wondering if it's possible to use this class within my own Apache Camel tests? I'm using Scala 2.10 and Apache Camel 2.11 and code is maintained/managed using SBT versio