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