Submission and Bonus Missions
Sanity Check
At this point, all autograding tests should be passing. To be sure, right-click on the org.launchcode.techjobs.persistent
package in src/test/java
and select Run tests in… If any test fails, evaluate the failure/error message and go back to fix your code.
If a test in TestCommentedTests
fails, this means that you failed to uncomment one or more tests in either TestTaskTwo
or TestTaskFour
. You will need to go back and uncomment the test(s) and make sure they pass.
How to Submit
To turn in your assignment and get credit, follow the Submission Instructions