Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2561#discussion_r175746168
--- Diff:
nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/test/java/org/apache/nifi/processors/solr/util/MockRecordParser.java
---
@@ -0,0 +1,105 @@
+/*
--- End diff --
See `TestPutHBaseRecord` for an example of how to use
`org.apache.nifi.serialization.record.MockRecordParser` which should be able to
replace this class.---
