You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any particular reason you are not having unit tests for the validation? Is there a benefit of writing subcutaneous tests if the validation behaviour itself is already unit tested?
FluentValidation library is already providing helper methods for unit testing and in one of my projects I write unit tests because they'll run much quicker and that will be beneficial in larger models.
In addition I write at least one failing subcutaneous test to verify a validator is successfully hooked up with the command.
I'd like to hear your opinion on that.
Thank you and keep up the good work.
The text was updated successfully, but these errors were encountered:
Hi Amantin,
Is there any particular reason you are not having unit tests for the validation? Is there a benefit of writing subcutaneous tests if the validation behaviour itself is already unit tested?
FluentValidation library is already providing helper methods for unit testing and in one of my projects I write unit tests because they'll run much quicker and that will be beneficial in larger models.
In addition I write at least one failing subcutaneous test to verify a validator is successfully hooked up with the command.
I'd like to hear your opinion on that.
Thank you and keep up the good work.
The text was updated successfully, but these errors were encountered: