IntentAssert |
IntentAssert.hasAction(String action) |
IntentAssert |
IntentAssert.hasComponent(android.content.ComponentName expected) |
IntentAssert |
IntentAssert.hasComponent(android.content.Context context,
Class<?> cls) |
IntentAssert |
IntentAssert.hasComponent(String appPkg,
Class<?> cls) |
IntentAssert |
IntentAssert.hasData(String uri) |
IntentAssert |
IntentAssert.hasData(android.net.Uri uri) |
IntentAssert |
IntentAssert.hasExtra(String name) |
IntentAssert |
IntentAssert.hasFlags(int flags) |
IntentAssert |
IntentAssert.hasType(String type) |