Assertions.assertThat(endpointCamelDirect.getReceivedCounter()).isZero();
}
@Test
public void customSender() throws Exception {
ActionCallback requestCallback = channelIn("http://sender-custom.com");
webServiceTemplate.sendSourceAndReceiveToResult(source, requestCallback, result);
Assertions.assertThat(customChannelParams().getTo()).isEqualTo(new URI("mailto:andrej@chocolatejar.eu"));
Assertions.assertThat(endpointCamelDirect.getReceivedCounter()).isZero();