@ExtendWith(value=org.springframework.boot.test.system.OutputCaptureExtension.class) public abstract class FlatMapTests extends Object
| Constructor and Description |
|---|
FlatMapTests() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanup() |
static void |
setup() |
void |
should_work_with_flat_maps_with_on_each_operator_instrumentation(org.springframework.boot.test.system.CapturedOutput capture) |
void |
should_work_with_flat_maps_with_on_last_operator_instrumentation(org.springframework.boot.test.system.CapturedOutput capture) |
void |
should_work_with_flat_maps_with_on_manual_operator_instrumentation(org.springframework.boot.test.system.CapturedOutput capture) |
void |
should_work_with_flat_maps_with_on_queues_instrumentation(org.springframework.boot.test.system.CapturedOutput capture) |
protected abstract Class |
testConfiguration() |
@BeforeAll public static void setup()
@AfterAll public static void cleanup()
@Test public void should_work_with_flat_maps_with_on_queues_instrumentation(org.springframework.boot.test.system.CapturedOutput capture)
protected abstract Class testConfiguration()
@Test public void should_work_with_flat_maps_with_on_last_operator_instrumentation(org.springframework.boot.test.system.CapturedOutput capture)
@Test public void should_work_with_flat_maps_with_on_each_operator_instrumentation(org.springframework.boot.test.system.CapturedOutput capture)
@Test public void should_work_with_flat_maps_with_on_manual_operator_instrumentation(org.springframework.boot.test.system.CapturedOutput capture)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.