Skip to content

IntList: Resizing Array Implementation#19

Open
Shyesta wants to merge 15 commits into
GreenRiverCollege-SDEV333:mainfrom
Shyesta:main
Open

IntList: Resizing Array Implementation#19
Shyesta wants to merge 15 commits into
GreenRiverCollege-SDEV333:mainfrom
Shyesta:main

Conversation

@Shyesta
Copy link
Copy Markdown

@Shyesta Shyesta commented Jan 24, 2024

Hi Ken, I have finished the ArrayIntList class with the tests. The only thing I could not figure out how to test properly with junit was testing for exceptions being thrown. I tried looking through the Javadocs for how to do it with methods like assertThrows(), but still was unable to figure it out. Hopefully that is OK. Thanks.

@Shyesta
Copy link
Copy Markdown
Author

Shyesta commented Jan 26, 2024

Hi Ken, I have finished the Singly LinkedList class with all tests completed. I again could not figure out how to test for exceptions being thrown within jUnit, so I left that out. My add() method was also rather long, as I had to test for multiple cases (empty list, list with 1 item, adding to front/back, etc.). If you have any comments on if there are ways to shorten it, let me know. Thanks!

@Shyesta
Copy link
Copy Markdown
Author

Shyesta commented Jan 28, 2024

Hey Ken, DoublyLinkedIntList has been completed with jUnit tests! Can you take a look when you get a chance? Thanks!

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