Update Sequence Tests authored by Merlin's avatar Merlin
......@@ -80,4 +80,4 @@ If you want to run one sequence test, you can use the runnable class RunOneSeque
# Adding your test to the suite
If you put your sequence test class in the edu.ship.engr.shipsim.sequencetests package, then RunAllSequenceTests will run it as if it is a JUnit test
\ No newline at end of file
If you put your sequence test class in the edu.ship.engr.shipsim.sequencetests package, then RunAllSequenceTests will run it as if it is a JUnit test. You should see your test in the list of passing tests when all is well.
\ No newline at end of file