The above code assume the existing of the "production code" of: Calculate.java
The test would be run using a JUnit plug-in in an IDE or via the command line using: JunitRunner.java
Your submission is to be a zip file sent through Blackboard that contains your XXXTest.java file, one or more .java files from Project 2 that contains the unit code being tested, and the modified version of JunitRunner.java that would run your Tests from the command line.