Android Service Testing with messages
- by Sandeep Dhull
I have a service which does its work(perform network operation) depending upon the type of message(message.what) property of the message. Then it returns the resoponse, also as a message to the requesting component(depending upon the message.replyTo).
So, i am trying to write the testcases.. But how?????
My Architecture of service is like this:
…