I have two android apps connected with wifi (over AllJoyn framework). Can I test (e.g. ping) their connection using a test framework like JUnit?
- Android simulator doesn't support wifi.
- Is there any mock object simulation wifi?
- Especially for alljoyn how can I test my app?
Update on 19/7/2014: I have given up AllJoyn. I had many problems. Especially multicast packets on most routers are blocked. And since I cannot modify every router my app is useless with AllJoyn.