Android APIs

Class Index

These are the Android API classes. See all API packages.

A   D   S   U  

A

ActivityTestRule<T extends Activity> This rule provides functional testing of a single activity. 

D

DisableOnAndroidDebug The DisableOnAndroidDebug Rule allows you to label certain rules to be disabled when debugging. 

S

ServiceTestRule A JUnit rule that provides a simplified mechanism to start and shutdown your service before and after the duration of your test. 

U

UiThreadTest This annotation should be used along with UiThreadTestRule or with any rule that inherits from it. 
UiThreadTestRule This rule allows the test method annotated with UiThreadTest to execute on the application's main thread (or UI thread).