Uses of Class
org.apache.camel.component.mock.MockEndpoint
-
-
Uses of MockEndpoint in org.apache.camel.component.mock
Fields in org.apache.camel.component.mock declared as MockEndpoint Modifier and Type Field Description protected MockEndpointAssertionClause. mockMethods in org.apache.camel.component.mock that return MockEndpoint Modifier and Type Method Description static MockEndpointMockEndpoint. resolve(org.apache.camel.CamelContext context, String uri)A helper method to resolve the mock endpoint of the given URI on the given contextMethods in org.apache.camel.component.mock with parameters of type MockEndpoint Modifier and Type Method Description protected voidAssertionClause. applyAssertionOn(MockEndpoint endpoint, int index, org.apache.camel.Exchange exchange)Performs any assertions on the given exchangestatic voidMockEndpoint. assertIsSatisfied(long timeout, TimeUnit unit, MockEndpoint... endpoints)static voidMockEndpoint. assertIsSatisfied(MockEndpoint... endpoints)static voidMockEndpoint. assertWait(long timeout, TimeUnit unit, MockEndpoint... endpoints)static voidMockEndpoint. expectsMessageCount(int count, MockEndpoint... endpoints)Constructors in org.apache.camel.component.mock with parameters of type MockEndpoint Constructor Description AssertionClause(MockEndpoint mock)AssertionClauseTask(MockEndpoint mock)
-