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
1 - Refactor validation logic in attribute classes into validator classes.
2 - Refactor RegExps that are being declared at the instance level into static fields with a Compiled option.
The text was updated successfully, but these errors were encountered:
- Added BbPinValidator class
- Made validator fields use Poor Man's DI instead of getting an instance
directly in the private field declaration.
- Added unit tests for MSISDN attribute with user-defined prefixes
1 - Refactor validation logic in attribute classes into validator classes.
2 - Refactor RegExps that are being declared at the instance level into static fields with a Compiled option.
The text was updated successfully, but these errors were encountered: