--
You received this message because you are subscribed to the Google Groups "Robolectric" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robolectric...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Maybe we need to separate setting up the environment from starting the application?
Android would new your application and call the life cycle methods when it starts a component in your app. I wonder if it would be too disruptive to do the same in Robolectric?
Otherwise we could leave it as is and add something like @BeforeApplicationOnCreate maybe?