Class DefaultTestLifecycle

java.lang.Object
org.robolectric.DefaultTestLifecycle
All Implemented Interfaces:
TestLifecycle

public class DefaultTestLifecycle
extends Object
implements TestLifecycle
The default TestLifecycle used by Robolectric.

Owing to tradeoffs, this class is not guaranteed to work with LazyApplication enabled on tests where the application is inferred from the apk (instead of explicitly specified in AndroidManifest.xml).