Registry / testing / flink-connector-test-utils

flink-connector-test-utils

JSON →
library2.2.1javamavenunverified

Test utilities for building and testing Apache Flink connectors.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-connector-test-utils</artifactId> <version>2.2.1</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-CONNECTOR-TE
F
flink-connector-test-utils
testingjavav2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestingSourceContext
org.apache.flink.connector.testutils.source.TestingSourceContext

Use TestingSourceContext for unit testing Flink sources.

import org.apache.flink.connector.testutils.source.TestingSourceContext; import org.apache.flink.streaming.api.functions.source.SourceFunction; TestingSourceContext<String> ctx = new TestingSourceContext<>(); // use ctx in source tests
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flink-connector-test-utils — mvn dependency:get flink-connector-test-utils · libregistry