Does any one implemented Android Junit Test for testing a background service? -


i have been trying create juint test testing background service started in mainactivity class. there way test service.

you may use servicetestcase, see http://developer.android.com/tools/testing/service_testing.html


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -