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

Conversation

Bhyan
Copy link
Contributor

@Bhyan Bhyan commented Nov 2, 2021

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.

Captura de tela de 2021-11-01 22-38-10

Bryan Brito added 3 commits October 24, 2021 13:11
# Conflicts:
#	domain/src/test/java/kitefoundation/tech/domain/utils/ParserTest.kt
# Conflicts:
#	domain/src/test/java/kitefoundation/tech/domain/utils/ParserTest.kt
- 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.
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

1 participant