You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Otto Fowler (Jira)" <ji...@apache.org> on 2020/02/06 13:17:00 UTC

[jira] [Created] (NIFI-7109) Unit tests should be able to determine if item validator was called

Otto Fowler created NIFI-7109:
---------------------------------

             Summary: Unit tests should be able to determine if item validator was called
                 Key: NIFI-7109
                 URL: https://issues.apache.org/jira/browse/NIFI-7109
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Otto Fowler
            Assignee: Otto Fowler


In cases where there is a 'per item' validator provided for a list type validator, we cannot tell if an item is invalid because it failed the outer validator or the passed validator.

We should be able to do this, with a mock, delighting validator that counts the calls.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)