I have created a class with Array Lists in Blue J for my assignment and it compiles but I don't know how to test it. What do I have to type(parameter?) in method call for a method such as
public void addJob(Job job)
public boolean runJob()
I understand that for int I just have to type numbers such as 2, and String "B".