@ContextConfiguration(classes={MultipleAsyncRestTemplateTests.TestConfig.class,MultipleAsyncRestTemplateTests.CustomExecutorConfig.class,MultipleAsyncRestTemplateTests.ControllerConfig.class})
@DirtiesContext
public abstract class MultipleAsyncRestTemplateTests
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MultipleAsyncRestTemplateTests.ControllerConfig |
static class |
MultipleAsyncRestTemplateTests.CustomExecutorConfig |
static class |
MultipleAsyncRestTemplateTests.TestConfig |
| Constructor and Description |
|---|
MultipleAsyncRestTemplateTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
should_inject_traced_executor_that_passes_tracing_context() |
void |
should_pass_tracing_context_with_custom_async_client() |
void |
should_start_context_with_custom_async_client() |
void |
should_start_context_with_custom_executor() |
@BeforeEach public void setup()
@Test
public void should_start_context_with_custom_async_client()
throws Exception
Exception@Test
public void should_pass_tracing_context_with_custom_async_client()
throws Exception
Exception@Test
public void should_start_context_with_custom_executor()
throws Exception
ExceptionCopyright © 2023 Pivotal Software, Inc.. All rights reserved.