Open jamesladd opened 9 years ago
Maybe allow Simulator.run to take a command or commands. This will make the tests cleaner.
The implementation of run(command) can then call enterCommand and then run() without parameters.
@jamesladd Will enterCommand and run stay as public methods?
enterCommand
run
Maybe allow Simulator.run to take a command or commands. This will make the tests cleaner.
The implementation of run(command) can then call enterCommand and then run() without parameters.