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

Refactor #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Refactor #27

wants to merge 3 commits into from

Conversation

sekilo004
Copy link

Refactorizacion de código

-La validacion paso al metodo "ValidateIds"
-Eliminado codigo comentado
-Ajuste de lineas

-La validacion paso al metodo "ValidateIds"
-Elimindo codigo comentado
-Ajuste de lineas
@safloresg
Copy link

safloresg commented Dec 6, 2018

@sekilo004 ,Tendrás oportunidad de agregar pruebas unitarias con JUnit?

Se podría integrar maven con un task de junit para correr estas pruebas:

Ejemplo: https://www.mkyong.com/maven/how-to-run-unit-test-with-maven/

Ojo: No tiene que ser maven, puede ser también ant o gradle ;)

@sekilo004
Copy link
Author

Claro que si, en eso estoy trabajando, ya pronto subo el refactor con las JUnit

@sekilo004
Copy link
Author

  • se agrega metodo estatico TaxsByListId que recibe una lista de string validIds y booleano de validacion
  • se eliminaron 2 imports no usados en la clase X_Tax
  • agregada interface constant
  • agregadas JUnits para metodos de la clase MTax (MTaxTest.java)
  • se agrega mockito, powermock para el manejo de objetos dummy en MTaxTest

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.

2 participants