Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JCN-155-validacion-de-configuracion #7

Merged
merged 9 commits into from
Sep 12, 2019

Conversation

Nataniel4
Copy link

JCN-155-VALIDACION-DE-CONFIGURACION
JCN-155 Validación de configuración para construir el Driver

LINK AL TICKET
https://fizzmod.atlassian.net/browse/JCN-155

DESCRIPCIÓN DEL REQUERIMIENTO
4.1. Validar campos de configuración que se usan en el constructor()
4.2. Validar existencia, tipo de datos, etcs
4.3. Agregar nueva clase MongoDBConfigError para el error handling
4.4. Documentar la nueva funcionalidad.
4.5. 100% de código testeado.

DESCRIPCIÓN DE LA SOLUCIÓN
Se realizaron los requerimientos solicitados


});

it('should throw invalid setting when a setting has an unexpected type', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se podrían chequear también las otras posibilidades de tipo de datos ya que hay strings y numbers

@juanhapes juanhapes merged commit 4a7b41e into master Sep 12, 2019
@jormaechea jormaechea deleted the JCN-155-validacion-de-configuracion branch May 2, 2022 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants