Package org.robolectric.pluginapi
Interface TestEnvironmentLifecyclePlugin
public interface TestEnvironmentLifecyclePlugin
Plugin which allows behaviour extension in TestEnvironment.
- 
Method SummaryModifier and TypeMethodDescriptionvoidRuns additional setup during TestEnvironment.before().
- 
Method Details- 
onSetupApplicationStatevoid onSetupApplicationState()Runs additional setup during TestEnvironment.before().
 
-