Uses of Class
org.mule.munit.tools.mock.AfterCall
Packages that use AfterCall
-
Uses of AfterCall in org.mule.munit.tools.mock
Methods in org.mule.munit.tools.mock with parameters of type AfterCallModifier and TypeMethodDescriptionvoidMockOperations.spy(String processor, List<org.mule.munit.common.api.model.Attribute> withAttributes, BeforeCall beforeCall, AfterCall afterCall, org.mule.runtime.extension.api.runtime.process.RouterCompletionCallback callback) Spies theprocessorthat has the givenwithAttributes, executing logic before and after its execution.