Uses of Class
org.mule.munit.tools.mock.BeforeCall
Packages that use BeforeCall
-
Uses of BeforeCall in org.mule.munit.tools.mock
Methods in org.mule.munit.tools.mock with parameters of type BeforeCallModifier 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.