Project DescriptionThis project is devoted to testing both stock and custom ValidationAttribute derived classes for runtime issues with localization as they are implemented throughout a project. This project also provides the ability for defining custom handler tests.
ValidationAttribute Test Harness provides the ability to perform tests on your ValidationAttribute-d classes and members without driving the entire framework stack (MVC/MVVM). The project also allows for custom validation types.
Out of the box, this harness provides comprehensive testing of your Error Message declarations to ensure that resource properties are configured properly at runtime.
Check out the
blog post on the harness which describes what ValidationAttribute Test does and how to use it in your project.