Great ideas guys. I think I'll focus on the memory feature first though, so it doesn't get too confusing ;)
On the testability with noop bit: a big +1 from me for keeping anything that would make testing easier! In particular, I'd like to improve the file component tests by removing as many sleeps as possible. There are sleeps everywhere in the Camel tests but I've found that the file tests have particularily long sleeps which make for slow builds. Perhaps I'll get around to putting in a file watcher assertion or something eventually. On Wed, Nov 19, 2008 at 7:22 AM, Claus Ibsen <[EMAIL PROTECTED]> wrote: > > FWIW, I actually like the simple noop one for creating unit tests because > it > > allows you to just refer to the /src/test/resources folder in your > project > > instead of having to copy them to a work folder first. > Yeah here it has a good purpose. I guess James Strachan and others > have used it in unit testing other components, to get some payload > from a file. > > Maybe the postAction=noop should be supported ;) > > /Claus > -- Cheers, Jon http://janstey.blogspot.com/
