PA3C Jump-start Lab
Categories:
less than a minute
Overview
Our goal for today is to help you to get a non-zero submission on Gradescope for PA3C.
Stub out all (remaining) classes for PA3
Follow the course staff’s guidance for quickly stubbing all the classes.
Ensure that all classes compile
- Once you have stubbed out all your classes, ensure that they all pass Checkstyle’s checks and that there are no compiler errors. ✅
- ⬇️ Download the provided test classes, add them to your project, and ensure that they all compile in the project with your classes (if they don’t correct your classes 😅).
Get at least 1 Unit test to pass
- Right-click on your project and run the JUnit tests.
- Probably many will fail, since you haven’t implemented any of the methods yet.
- work to get at least 1 passing for this lab.
Last modified May 1, 2023: student-sourced updates (1f18b77)