Class SingleRequestResponseScenarioTests
java.lang.Object
org.springframework.integration.test.support.AbstractRequestResponseScenarioTests
org.springframework.integration.test.support.SingleRequestResponseScenarioTests
@Deprecated(since="7.0",
forRemoval=true)
public abstract class SingleRequestResponseScenarioTests
extends AbstractRequestResponseScenarioTests
Deprecated, for removal: This API element is subject to removal in a future version.
Convenience class for a single
RequestResponseScenario
test- Author:
- David Turanski, Jiandong Ma
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract RequestResponseScenario
Deprecated, for removal: This API element is subject to removal in a future version.protected List
<RequestResponseScenario> Deprecated, for removal: This API element is subject to removal in a future version.Implement this method to define RequestResponse scenariosMethods inherited from class org.springframework.integration.test.support.AbstractRequestResponseScenarioTests
setUp, testRequestResponseScenarios
-
Constructor Details
-
SingleRequestResponseScenarioTests
public SingleRequestResponseScenarioTests()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
defineRequestResponseScenarios
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractRequestResponseScenarioTests
Implement this method to define RequestResponse scenarios- Specified by:
defineRequestResponseScenarios
in classAbstractRequestResponseScenarioTests
- Returns:
- - A List of
RequestResponseScenario
-
defineRequestResponseScenario
Deprecated, for removal: This API element is subject to removal in a future version.
-
SingleRequestResponseScenarioTest