gw-sd-2016 / Opti4Ride

Randy Senior Design Project
0 stars 0 forks source link

Server Unit Testing #9

Open rfitzmorris opened 8 years ago

rfitzmorris commented 8 years ago

@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.