adamdebreceni commented on a change in pull request #917:
URL: https://github.com/apache/nifi-minifi-cpp/pull/917#discussion_r503696850
##########
File path: libminifi/test/Utils.h
##########
@@ -29,4 +30,11 @@
return std::forward<T>(instance).method(std::forward<Args>(args)...); \
}
-#endif // LIBMINIFI_TEST_UTILS_H_
+std::string repeat(const std::string& str, std::size_t count) {
Review comment:
oh nice, I was looking in the StringUtils for something like this, and
even found join, but did not put the pieces together
----------------------------------------------------------------
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]