How to Unit Test Custom Data Annotations
I created a custom data annotation to test a zip code and I started writing a unit test to make sure it worked and … ehhh, ummm, arrr?? How do I test it?
Well, I searched and found this great article: Unit Testing Custom Data Annotations.
Thank you Walter C. Johnson! A nice clean solution.
Advertisement
You’re welcome
villecoder
December 17, 2011 at 7:56 pm