Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/412#discussion_r222809212
--- Diff: libminifi/test/unit/ProcessorTests.cpp ---
@@ -380,6 +380,191 @@ TEST_CASE("TestEmptyContent", "[emptyContent]") {
LogTestController::getInstance().reset();
}
--- End diff --
A lot of boiler plate code here. going to make a function to simplify
testing---
