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

[IV-21-22] Objetivo 4 #13

Merged
merged 14 commits into from
Jan 10, 2022
Merged

[IV-21-22] Objetivo 4 #13

merged 14 commits into from
Jan 10, 2022

Commits on Nov 26, 2021

  1. Añade método toString a la clase Ingrediente #6

    Añade el método toString a la clase Ingrediente para poder llevar
    a cabo la comprobación de la correcta creación de un Ingrediente
    en los tests.
    aleveji committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c601313 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Añade clave test #12

    Añade la clave test que punta al fichero de los test
    del repositorio
    aleveji committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    66e2d3c View commit details
    Browse the repository at this point in the history
  2. Añade export a Ingrediente #6

    Añade el export para que pueda ser importado
    posteriormente
    aleveji committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    7f0ab84 View commit details
    Browse the repository at this point in the history
  3. Arregla el script test #12

    Añade el directorio en el que se encuentran los
    test del proyecto
    aleveji committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    409e562 View commit details
    Browse the repository at this point in the history
  4. Crea test de Ingrediente #6

    Añade un test que comprueba el correcto funcionamiento de
    la clase Ingrediente. Para que se pase el test debe
    funcionar correctamente la creación de un Ingrediente y
    tanto el getter de su nombre como el de calorías deben
    funcionar correctamente.
    aleveji committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    acd67ee View commit details
    Browse the repository at this point in the history
  5. Añade imágenes de ejecuciones de test #12

    Añade imágenes de ejecuciones de test con
    distintos frameworks como Mocha y Jest.
    aleveji committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    2b5183d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0760cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abea251 View commit details
    Browse the repository at this point in the history
  8. Añade enlace documentación adicional #12

    Añade el enlace del documento que justifica la elección del framework de tests
    aleveji committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    decfe91 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Cambia el testing framework de mocha a aqa #12

    Para ejecutar los test ahora se utilizará aqa en lugar de mocha
    aleveji committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    8ee8683 View commit details
    Browse the repository at this point in the history
  2. Añade getter de proteinas y función maxProteinas #6

    Añade el getter de proteinas a la clase Ingrediente y añade
    una función que maximiza las proteinas minimizando las
    calorias y devuelve un conjunto de Ingredientes para obtener
    una receta ideal en función de un objetivo de proteinas y
    calorias.
    aleveji committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    facc0e8 View commit details
    Browse the repository at this point in the history
  3. Actualiza test de Ingrediente para aqa #6

    Actualiza el test para aqa. Ahora se crean 5 ingredientes
    y se comprueba su correcta creación y el correcto funcionacmiento
    de sus getters. Además, se comprueba el correcto funcionamiento
    de la función maxProteinas.
    aleveji committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c22cf5c View commit details
    Browse the repository at this point in the history
  4. Añade imagen de test con aqa #12

    Añade imagen de varias ejecuciones de los
    tests con aqa.
    aleveji committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    dad2be3 View commit details
    Browse the repository at this point in the history
  5. Actualiza la elección del framework de test #12

    Justifica la elección de aqa como nuevo
    testing framework.
    aleveji committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    28f1853 View commit details
    Browse the repository at this point in the history