Hi everyone! :)
I'm building some custom FieldValidators. If you want some mostly useless bit of culture, this is one that validates CPFs, one of the id's that every brazilian has to walk around with. This id is always numeric, and has some consistency check-digits at the end.
I'm pretty sure the logic behind the field validator is ok, but I'm not sure how to test it. I took at look at the sources, and there are mock configurations, but I couldn't really figure out what to do with them (Required*ValidatorTest don't show me much). Any hints?
peace,
-cv