Package org.robolectric.junit.rules
-
Class Summary Class Description BackgroundTestRule Let tests to run on background thread, if it has annotationBackgroundTestRule.BackgroundTest
.CloseGuardRule Rule for failing tests that leave any CloseGuards open.ExpectedLogMessagesRule Allows tests to assert about the presence of log messages, and turns logged errors that are not explicitly expected into test failures. -
Annotation Types Summary Annotation Type Description BackgroundTestRule.BackgroundTest Annotation for test methods that need to be executed in a background thread.