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

Finished all code and tests #12

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

AddisonFarley
Copy link

Finished the code and tests for ArrayIntList and LinkedIntList. I don't see any specific problems when running the junit tests.

I've never tested for exceptions before so I had to research how to use lambdas and method references (::). I added inline code comments for sources used. I got them to work just fine for the junit tests, but I'm not sure I fully understand how to implement them outside of this use case.

Sources used for implementing lambdas and method references with throws tests in junit:
https://junit.org/junit5/docs/5.8.2/api/org.junit.jupiter.api/org/junit/jupiter/api/Assertions.html
https://stackoverflow.com/questions/40268446/junit-5-how-to-assert-an-exception-is-thrown
https://stackoverflow.com/questions/20001427/double-colon-operator-in-java-8

@AddisonFarley AddisonFarley changed the title Finished code and tests for ArrayIntList and LinkedIntList Finished all code and tests Jan 24, 2024
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.

1 participant