Does anyone have advice about how to run unit tests for an activity? I am working on a video conferencing activity called <a href="https://github.com/FOSSRIT/Open-Video-chat">Open Video Chat</a>. I'd like to be able to run some basic unit tests on the activity but I'm not sure how to instantiate an activity in a testing environment or if it's even possible. Can anyone offer advice or point me to an example? I'd like to be able to mock a connection and make sure the activity reacts properly, starting up gstreamer and such.<br>
<br>Thanks,<br>Taylor<br>