Steps to run:
Must have Maven, openjdk-24, intellij
Set up:
- start a new project with openjdk-24 using maven
- copy java files over to src/main/java/org/example/
- replace the given pom.xml with the provided one then load maven changes
Run: To run B1: run B1.java To run B2: run ColorPropertyTests within Color.java To run B3: run StudentMapSerializationTests within Student.java
To run the tests within a singular file, you can open the file dropdown and run the specific class.