Uses of Package
io.github.flink.gcp.connector.testutils
Packages that use io.github.flink.gcp.connector.testutils
-
Classes in io.github.flink.gcp.connector.testutils used by io.github.flink.gcp.connector.testutilsClassDescriptionCaptures what a class logs, so a test can assert the line rather than only its side effects.One collected log event, flattened out of log4j2's own type.The levels a capture can be taken at, so no log4j2 type reaches this class's signature.A
SinkCommitterMetricGroupwhose metrics can be read back by the names they registered under —TestSinkCommitterMetricGroupis to a committer whatTestSinkWriterMetricGroupis to a writer, and for the same reason:UnregisteredMetricsGroup.createSinkCommitterMetricGroup()hands out a freshSimpleCounterper call, so a counter the committer registered is unreachable afterwards.ASinkWriterMetricGroupwhose metrics can be read back by the names they registered under, so a sink writer's metrics are asserted the way a reporter would see them.