Open Bnortron opened 2 years ago
Will you be doing more tests in the test classes?
I'm not sure if it was doing that before though
Do you mean the actual ApproachEvent from the elevator that's being sent when the system is running?
Do you mean the actual ApproachEvent from the elevator that's being sent when the system is running?
Yeah. Only reason for failure I can think of immediately is an equality check fail between a ServiceRequest and an ApproachEvent. Their time values, direction, elevatorNumber, and floorNumber should be the same.
The addition of the ArrivalSensorTest and the FloorTest and FloorSubsystem test should be noted in the README, you can do that in #205
Recent Changes:
All Tests Pass:
Signed-off-by: Brady Norton bnort.11@gmail.com