This class is a Munit Tool to create Message processor spiers
389390391392393394395
return new MunitVerifier(muleContext); } protected MunitSpy spy() { return new MunitSpy(muleContext); }
243244245246247248249
return new MunitVerifier(muleContext).verifyCallOfMessageProcessor(name); } protected final MunitSpy spyMessageProcessor(String name) { return new MunitSpy(muleContext).spyMessageProcessor(name); }