Skip navigation links
H L M O R S 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.test.mock.MockMessageHandler
 
handleNext(Consumer<Message<?>>) - Method in class org.springframework.integration.test.mock.MockMessageHandler
Add the Consumer to the stack to handle the next incoming message.
handleNextAndReply(Function<Message<?>, ?>) - Method in class org.springframework.integration.test.mock.MockMessageHandler
Add the Function to the stack to handle the next incoming message and produce reply for it.
hasReplies - Variable in class org.springframework.integration.test.mock.MockMessageHandler
 

L

lastFunction - Variable in class org.springframework.integration.test.mock.MockMessageHandler
 

M

messageArgumentCaptor() - Static method in class org.springframework.integration.test.mock.MockIntegration
 
messageFunctions - Variable in class org.springframework.integration.test.mock.MockMessageHandler
 
MOCK_INTEGRATION_CONTEXT_BEAN_NAME - Static variable in class org.springframework.integration.test.context.MockIntegrationContext
 
MockIntegration - Class in org.springframework.integration.test.mock
The factory for integration specific mock components.
MockIntegrationContext - Class in org.springframework.integration.test.context
A BeanFactoryAware component with an API to customize real beans in the application context from test code.
MockIntegrationContext() - Constructor for class org.springframework.integration.test.context.MockIntegrationContext
 
mockMessageHandler() - Static method in class org.springframework.integration.test.mock.MockIntegration
Build a MockMessageHandler instance.
mockMessageHandler(ArgumentCaptor<Message<?>>) - Static method in class org.springframework.integration.test.mock.MockIntegration
Build a MockMessageHandler instance based on the provided ArgumentCaptor.
MockMessageHandler - Class in org.springframework.integration.test.mock
The AbstractMessageProducingHandler extension for the mocking purpose in tests.
MockMessageHandler(ArgumentCaptor<Message<?>>) - Constructor for class org.springframework.integration.test.mock.MockMessageHandler
 
mockMessageSource(T) - Static method in class org.springframework.integration.test.mock.MockIntegration
Build a mock for the MessageSource based on the provided payload.
mockMessageSource(T, T...) - Static method in class org.springframework.integration.test.mock.MockIntegration
Build a mock for the MessageSource based on the provided payloads.
mockMessageSource(Message<?>) - Static method in class org.springframework.integration.test.mock.MockIntegration
Build a mock for the MessageSource based on the provided message.
mockMessageSource(Message<?>, Message<?>...) - Static method in class org.springframework.integration.test.mock.MockIntegration
Build a mock for the MessageSource based on the provided messages.

O

org.springframework.integration.test.context - package org.springframework.integration.test.context
Test context-related components.
org.springframework.integration.test.mock - package org.springframework.integration.test.mock
Utilities for mocking integration components.

R

resetBeans(String...) - Method in class org.springframework.integration.test.context.MockIntegrationContext
Reinstate the mocked beans after execution test to their real state.

S

setBeanFactory(BeanFactory) - Method in class org.springframework.integration.test.context.MockIntegrationContext
 
SpringIntegrationTest - Annotation Type in org.springframework.integration.test.context
Annotation that can be specified on a test class that runs Spring Integration based tests.
substituteMessageHandlerFor(String, MessageHandler) - Method in class org.springframework.integration.test.context.MockIntegrationContext
 
substituteMessageHandlerFor(String, MessageHandler, boolean) - Method in class org.springframework.integration.test.context.MockIntegrationContext
 
substituteMessageSourceFor(String, MessageSource<?>) - Method in class org.springframework.integration.test.context.MockIntegrationContext
Replace the real MessageSource in the SourcePollingChannelAdapter bean with provided MessageSource instance.
substituteMessageSourceFor(String, MessageSource<?>, boolean) - Method in class org.springframework.integration.test.context.MockIntegrationContext
Replace the real MessageSource in the SourcePollingChannelAdapter bean with provided MessageSource instance.
H L M O R S 
Skip navigation links