Description
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.