This update adds unit tests to the 4-RIDE dispatch server. Accessing
the server functions through HTTP POST calls, this new unit test
verifies that the various handling functions are functioning properly —
both for driver app requests and student app requests. Since the
majority of the verifications involve serialization of Java classes,
this update also includes serialization troubleshooting functions that
return the exact differences between two given stings.
@twood02
This update adds unit tests to the 4-RIDE dispatch server. Accessing the server functions through HTTP POST calls, this new unit test verifies that the various handling functions are functioning properly — both for driver app requests and student app requests. Since the majority of the verifications involve serialization of Java classes, this update also includes serialization troubleshooting functions that return the exact differences between two given stings.