org.mule.routing.outbound
Class RouterTestUtils

java.lang.Object
  extended by org.mule.routing.outbound.RouterTestUtils

public class RouterTestUtils
extends Object


Method Summary
static com.mockobjects.dynamic.AnyConstraintMatcher getArgListCheckerFlowConstruct()
           
static com.mockobjects.dynamic.AnyConstraintMatcher getArgListCheckerMuleEvent()
           
static com.mockobjects.dynamic.Mock getMockEndpoint(OutboundEndpoint toMock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMockEndpoint

public static com.mockobjects.dynamic.Mock getMockEndpoint(OutboundEndpoint toMock)
Returns:
a mock endpoint

getArgListCheckerMuleEvent

public static com.mockobjects.dynamic.AnyConstraintMatcher getArgListCheckerMuleEvent()
Returns:
an object that verifies that the argument list was a single MuleEvent

getArgListCheckerFlowConstruct

public static com.mockobjects.dynamic.AnyConstraintMatcher getArgListCheckerFlowConstruct()
Returns:
an object that verifies that the argument list was a single MuleEvent


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.