| Package | Description |
|---|---|
| io.debezium.embedded |
| Modifier and Type | Field and Description |
|---|---|
private AtomicReference<ConnectorOutputTest.TestData> |
ConnectorOutputTest.TestSpecification.cachedData |
private Function<ConnectorOutputTest.TestSpecification,ConnectorOutputTest.TestData> |
ConnectorOutputTest.TestSpecification.dataSupplier |
| Modifier and Type | Method and Description |
|---|---|
ConnectorOutputTest.TestData |
ConnectorOutputTest.TestSpecification.testData()
Get the data for this test.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorOutputTest.TestSpecification |
ConnectorOutputTest.TestSpecification.withTestData(Function<ConnectorOutputTest.TestSpecification,ConnectorOutputTest.TestData> dataSupplier)
Create a new test specification that is a copy of this specification except with the given data.
|
| Constructor and Description |
|---|
TestSpecification(String name,
Configuration config,
Configuration env,
Function<ConnectorOutputTest.TestSpecification,ConnectorOutputTest.TestData> dataSupplier,
AvailableVariables variables) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.