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

Test refactoring #97

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

Test refactoring #97

wants to merge 3 commits into from

Commits on Oct 24, 2021

  1. Merge remote-tracking branch 'origin/develop' into develop

    # Conflicts:
    #	domain/src/test/java/kitefoundation/tech/domain/utils/ParserTest.kt
    Bryan Brito committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    f29f0d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge remote-tracking branch 'origin/develop' into develop

    # Conflicts:
    #	domain/src/test/java/kitefoundation/tech/domain/utils/ParserTest.kt
    Bryan Brito committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    6b939ac View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Refactoring of the Parser class tests.

    - Cleaned up all .html and create two files with all the data you need for testing.
    - I changed the order of the expected values by the values returned from the functions in the asserts. This doesn't change how the code works, it's just more readable in case of errors.
    Bryan Brito committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    9138384 View commit details
    Browse the repository at this point in the history