I have been writing some unit tests using notifybuilder but I am still
struggling with some behaviors that I cannot explain. For instance:
mock.expectedMessageCount(1)
NotifyBuilder(context).whenDoneSatisfied(mock).create()

... later

*mock.assertIsSatisfied(1000)* 
      would return sometimes *1*, sometimes *2* even though a single message
has been sent to that endpoint.

Whats is going on here?




--
View this message in context: 
http://camel.465427.n5.nabble.com/NotifyBuilder-whenDoneSatisfied-mock-tp5791486.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to