Class | Description |
---|---|
BackgroundTestRule |
Let tests to run on background thread, if it has annotation
BackgroundTestRule.BackgroundTest . |
ExpectedLogMessagesRule |
Allows tests to assert about the presence of log messages, and turns logged errors that are not
explicitly expected into test failures.
|
Annotation Type | Description |
---|---|
BackgroundTestRule.BackgroundTest |
Annotation for test methods that need to be executed in a background thread.
|