PA3C Jump-start Lab

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

  1. Once you have stubbed out all your classes, ensure that they all pass Checkstyle’s checks and that there are no compiler errors. ✅
  2. ⬇️ 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

  1. Right-click on your project and run the JUnit tests.
  2. Probably many will fail, since you haven’t implemented any of the methods yet.
  3. work to get at least 1 passing for this lab.
Last modified May 1, 2023: student-sourced updates (1f18b77)