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

Create "randomBigDecimal" method #35

Closed
nmarulo opened this issue Oct 22, 2024 · 6 comments · Fixed by #41
Closed

Create "randomBigDecimal" method #35

nmarulo opened this issue Oct 22, 2024 · 6 comments · Fixed by #41
Assignees
Labels
Difficulty: Middle good first issue Good for newcomers hacktoberfest Participando en el Hacktoberfest

Comments

@nmarulo
Copy link
Member

nmarulo commented Oct 22, 2024

Important

Read issue #2 first

Create the randomBigDecimal method in the class FakeTestUtil. The library used is that of datafaker.

This method must return a BigDecimal object, the value must be positive, between 1 and 1000 and have decimals.

And use it to replace:

shoppingList.setTotalCalories(BigDecimal.ZERO);
shoppingList.setTotalPrice(BigDecimal.ZERO);

@nmarulo nmarulo added good first issue Good for newcomers hacktoberfest Participando en el Hacktoberfest Difficulty: Middle labels Oct 22, 2024
@nmarulo nmarulo added this to the hacktoberfest 2024 milestone Oct 22, 2024
@ReBy298
Copy link
Contributor

ReBy298 commented Oct 23, 2024

Hi! I would like to try this issue :D

@KaroK365
Copy link
Contributor

Hi would like to contribute to this issue 😊

@nmarulo
Copy link
Member Author

nmarulo commented Oct 25, 2024

@KaroK365 It's all yours 👍

@KaroK365
Copy link
Contributor

Did a pull request , would love feedback if possible 😊

@manuaishika
Copy link

id like to work on this issue

@nmarulo
Copy link
Member Author

nmarulo commented Oct 25, 2024

@manuaishika This issue is already assigned, I will try to create some more.

@nmarulo nmarulo linked a pull request Oct 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Middle good first issue Good for newcomers hacktoberfest Participando en el Hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants