Uses of Interface
io.debezium.embedded.ConnectorOutputTest.TestData
Packages that use ConnectorOutputTest.TestData
-
Uses of ConnectorOutputTest.TestData in io.debezium.embedded
Fields in io.debezium.embedded with type parameters of type ConnectorOutputTest.TestDataModifier and TypeFieldDescriptionprivate final AtomicReference<ConnectorOutputTest.TestData>ConnectorOutputTest.TestSpecification.cachedDataConnectorOutputTest.TestSpecification.dataSupplierMethods in io.debezium.embedded that return ConnectorOutputTest.TestDataModifier and TypeMethodDescriptionConnectorOutputTest.TestSpecification.testData()Get the data for this test.Method parameters in io.debezium.embedded with type arguments of type ConnectorOutputTest.TestDataModifier and TypeMethodDescriptionConnectorOutputTest.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 parameters in io.debezium.embedded with type arguments of type ConnectorOutputTest.TestDataModifierConstructorDescriptionTestSpecification(String name, Configuration config, Configuration env, Function<ConnectorOutputTest.TestSpecification, ConnectorOutputTest.TestData> dataSupplier, AvailableVariables variables)