All the examples of using Robolectric I can find seem to be Maven based. Is anyone not using Maven? If so I'd really like to understand your IntelliJ project setup.
Having read this post
it seems sensible to have a tiered approach to unit testig android projects with a combination of pure junit, robolectric & android test framework tests. If anyone who is doing this with or without Maven I'd love to understand a little bit about how you configured your projects in IntelliJ.
I'm guessing I will need multiple projects / modules. Any wisdom on this gratefully received.