Hi
This is bothering me for some time now. I put all my validation in a service layer. However when I unit test I usually pass everything through action method. Then that goes into my service layer what contains the validation.
So I am not sure now if that is the best way to do it. Since usually they say you should just test that method.
So what do you guys think?