Post-Lab
Homework Submission
By now, your IntSequence class should have the following public methods implemented:
Submit IntSequence.java and IntSequenceTest.java for homework as hw5. Make sure to keep your IntSequence files as we'll be re-visiting them in a later lab.
Homework Assignments
Read the following:
FAQ
Q: Sometimes we call System.exit(1). How can we test this in JUnit?
A: You won't be able to test this in JUnit. In the future, we will cover exceptions, which you will allow you to test for these occurrences.