antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Feature: Add additional unit tests as code coverage #79

Open antonyoung opened 2 years ago

antonyoung commented 2 years ago

Is your feature request related to a problem? Please describe. Add additional unit tests, to get higher code coverage, think as? Exceptions, method overloading and so on.

Describe the solution you'd like Orginized for each assembly as structure. To have as an high code coverage. Lower down the chain, should also have high code coverage as method overloading.