uber / motif

A simple DI API for Android / Java
Apache License 2.0
534 stars 43 forks source link

Add a minimum test code support on sample apps. #227

Closed TonyTangAndroid closed 2 years ago

TonyTangAndroid commented 2 years ago

Description: Whenever I get a gradle configured project downloaded, I tend to run its minimum unit test example to check out whether the code is compilable with my local environment. And normally, I go to out layer, which is usually the application level to run its java unit test to drive all its dependencies compilation. However, currently, we do not have such unit test code introduced in the sample app. Hence, I am adding it.

Related issue(s): N/A.