Package org.mule.munit.common.mocking

Examples of org.mule.munit.common.mocking.MunitSpy


        return new MunitVerifier(muleContext);
    }

    protected MunitSpy spy()
    {
        return new MunitSpy(muleContext);
    }
View Full Code Here


        return new MunitVerifier(muleContext).verifyCallOfMessageProcessor(name);
    }

    protected final MunitSpy spyMessageProcessor(String name)
    {
        return new MunitSpy(muleContext).spyMessageProcessor(name);
    }
View Full Code Here

TOP

Related Classes of org.mule.munit.common.mocking.MunitSpy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.