ucsb-cs56-projects / cs56-android-smoke-signals

-
GNU General Public License v3.0
1 stars 7 forks source link

Add unit testing #47

Open ankushrayabhari opened 6 years ago

ankushrayabhari commented 6 years ago

Currently, the app does not unit test any class. Figure out how to setup testing on Android, i.e. mock critical parameters like Context, and start adding unit tests for every function in every class.

lanthony159 commented 6 years ago

F17 OK (150+ pts depending on the quality/quantity of tests)

seemantasaha commented 6 years ago

Unit Test for the whole application. W18 OK. 500 points.

Points will be adjusted based on effort needed.