StopWatch watch = new StopWatch();
execute(count);
assertMockEndpointsSatisfied();
log.warn("Ran {} tests in {}ms", count, watch.taken());
}
@Test
public void testChoiceExpression() throws InterruptedException {
template.setDefaultEndpointUri("direct:choice-expression");