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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -