hunyadi-dev commented on a change in pull request #821:
URL: https://github.com/apache/nifi-minifi-cpp/pull/821#discussion_r445451980



##########
File path: libminifi/test/TestBase.h
##########
@@ -251,6 +251,8 @@ class TestPlan {
   std::shared_ptr<core::Processor> addProcessor(const std::string 
&processor_name, utils::Identifier& uuid, const std::string &name, const 
std::initializer_list<core::Relationship>& relationships,
                                                 bool linkToPrevious = false);
 
+  std::shared_ptr<minifi::Connection> addConnection(const 
std::shared_ptr<core::Processor> source_proc, const core::Relationship& 
source_relationship, const std::shared_ptr<core::Processor>& destination_proc);

Review comment:
       Well, this reflects the timeline of events.




----------------------------------------------------------------
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]


Reply via email to