I figured out how to inject non-UI-Elements (Android) into a testclass, using Robolectric and RoboGuice. Unfortunately I was not able to figure out how to inject Android-UI-Elements into a testclass.
Is this possible at the present state of development of RoboGuice and Robolectric?
If it is possible, can somebody give me a hint where to find a tutorial or offer some small code-example? If it is not possible right now a hint will be nice too.
Thanks