In the testing section of the lab pm the command line
argument
java -ea -jar testing.jar lab2test.Lab2GenTest Lab2
references something called
Is this something we are supposed to write or is it missing?
It is just part of the argument to the executable jar file. Just
write it as specified. Nothing is missing.
More specifically, it is the name of the class that implements the
test you run. This class is stored in the jar file, so it is not
missing and will be found automatically.
Regards,
Staffan