Package org.robolectric.internal
Interface TestEnvironment
-
- All Known Implementing Classes:
AndroidTestEnvironment
public interface TestEnvironment
An environment for running tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkStateAfterTestFailure(Throwable t)
void
resetState()
void
setUpApplicationState(Method method, ConfigurationStrategy.Configuration config, AndroidManifest appManifest)
void
tearDownApplication()
-
-
-
Method Detail
-
setUpApplicationState
void setUpApplicationState(Method method, ConfigurationStrategy.Configuration config, AndroidManifest appManifest)
-
tearDownApplication
void tearDownApplication()
-
checkStateAfterTestFailure
void checkStateAfterTestFailure(Throwable t) throws Throwable
- Throws:
Throwable
-
resetState
void resetState()
-
-