kl0u commented on a change in pull request #10833: [FLINK-15535][documentation] 
Add usage of ProcessFunctionTestHarnesses for testing documentation
URL: https://github.com/apache/flink/pull/10833#discussion_r366266394
 
 

 ##########
 File path: docs/dev/stream/testing.md
 ##########
 @@ -332,6 +332,87 @@ Many more examples for the usage of these test harnesses 
can be found in the Fli
 
 <span class="label label-info">Note</span> Be aware that 
`AbstractStreamOperatorTestHarness` and its derived classes are currently not 
part of the public API and can be subject to change.
 
+### Unit Testing ProcessFunction
 
 Review comment:
   This should be a subsection of the "Unit Testing Stateful or Timely UDFs & 
Custom Operators" (`####` instead of `###`) as the previous test harnesses can 
be used directly to test a `ProcessFunction` and the 
`ProcessFunctionTestHarnesses` is simply a factory with facilitation methods.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to