mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
6e8f10c4f6
- Create a mock Validator to track count of calls to validate(). We cannot use Mockito for this, because it can't mock all the StandardValidators refactor based on review comments fix naming in comments moved to main based on review Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #4043