Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good examples of Android projects covered by tests?

Could you point some good examples of Android projects that have unit testing in action?

It would be great to learn by example from those.

like image 686
pixel Avatar asked Nov 06 '22 09:11

pixel


1 Answers

Look at the android sources. You can find them on https://android.googlesource.com/.

To be a bit more precise take a look at the Calculator app for example. https://android.googlesource.com/platform/packages/apps/Calculator.git

You can see the test directory. I guess that is what you meant.

I hope that this is what you were looking for.

like image 174
Octavian A. Damiean Avatar answered Nov 15 '22 10:11

Octavian A. Damiean