I got a test design question, i got a class 'handler' that accepts a 'validator' that checks some business logic on what's passed to the handler. I made the unit tests to the validator and now I'm writing the test to the handler, obviously I want to make sure that the validator is called when the handler does its thing, should I test the cases of the validator once more or is this pointless?.