M5Capstone2015 / oximeterGui

PulseOx Android GUI
0 stars 1 forks source link

Put in unit tests for model classes so we stop breaking shit. #5

Open hunterSThompson opened 9 years ago

hunterSThompson commented 9 years ago

I keep breaking the model classes by changing the CREATE statements for tables and forgetting to update the Cursor.getString(0) code with the model classes. Need unit tests to prevent this.