Index
H L M N O R S
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
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
Consumerto the stack to handle the next incoming message. - handleNextAndReply(Function<Message<?>, ?>) - Method in class org.springframework.integration.test.mock.MockMessageHandler
-
Add the
Functionto 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
-
The bean name for the mock integration context.
- MockIntegration - Class in org.springframework.integration.test.mock
-
The factory for integration specific mock components.
- MockIntegrationContext - Class in org.springframework.integration.test.context
-
A
BeanFactoryAwarecomponent 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
MockMessageHandlerinstance. - mockMessageHandler(ArgumentCaptor<Message<?>>) - Static method in class org.springframework.integration.test.mock.MockIntegration
-
Build a
MockMessageHandlerinstance based on the providedArgumentCaptor. - MockMessageHandler - Class in org.springframework.integration.test.mock
-
The
AbstractMessageProducingHandlerextension for the mocking purpose in tests. - MockMessageHandler(ArgumentCaptor<Message<?>>) - Constructor for class org.springframework.integration.test.mock.MockMessageHandler
- mockMessageSource(Message<?>) - Static method in class org.springframework.integration.test.mock.MockIntegration
-
Build a mock for the
MessageSourcebased on the provided message. - mockMessageSource(Message<?>, Message<?>...) - Static method in class org.springframework.integration.test.mock.MockIntegration
-
Build a mock for the
MessageSourcebased on the provided messages. - mockMessageSource(T) - Static method in class org.springframework.integration.test.mock.MockIntegration
-
Build a mock for the
MessageSourcebased on the provided payload. - mockMessageSource(T, T...) - Static method in class org.springframework.integration.test.mock.MockIntegration
-
Build a mock for the
MessageSourcebased on the provided payloads.
N
- noAutoStartup() - Method in annotation type org.springframework.integration.test.context.SpringIntegrationTest
-
Specify a simple matching patterns ("xxx*", "*xxx", "*xxx*" or "xxx*yyy") for
AbstractEndpointbean names to mark them asautoStartup = falseduring context initialization.
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
MessageSourcein theSourcePollingChannelAdapterbean with providedMessageSourceinstance. - substituteMessageSourceFor(String, MessageSource<?>, boolean) - Method in class org.springframework.integration.test.context.MockIntegrationContext
-
Replace the real
MessageSourcein theSourcePollingChannelAdapterbean with providedMessageSourceinstance.
All Classes|All Packages