Re: Springboot Camel Javamailer Mock Testing

2019-12-12 Thread Alex Dettinger
Hi Louis, Maybe port 25 is kinda not accessible to the process. In any case, asking the org.jvnet.mock-javamail community may be a better option. Alex On Thu, Dec 12, 2019 at 1:22 PM Louis Becker wrote: > Hi > > I am trying to set up a mock test for when I am sending email to achieve > 100%

Springboot Camel Javamailer Mock Testing

2019-12-12 Thread Louis Becker
Hi I am trying to set up a mock test for when I am sending email to achieve 100% coverage of my code. With the command emailSender.send(message), the message needs to be delivered to a mock endpoint that can evaluated and asserted. It seems that org.jvnet.mock-javamail is an option, but for