79441205

Date: 2025-02-15 08:50:41
Score: 0.5
Natty:
Report link

I was running into the same issue in gradle and found that I had to specifically import the test classes to use the "Harness" related classes.

testImplementation "org.apache.flink:flink-streaming-java:${flinkVersion}:tests" // <-- "tests" from this library
testImplementation "org.apache.flink:flink-test-utils:${flinkVersion}"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: boki