| java.lang.Object | |
| ↳ | android.support.test.espresso.intent.OngoingStubbing |
Supports method chaining after @Intents#intending method call.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets a response for the intent being stubbed.
| |||||||||||
Sets a response callable for the intent being stubbed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Sets a response for the intent being stubbed.
| Parameters | |
|---|---|
result |
Instrumentation.ActivityResult |
Sets a response callable for the intent being stubbed.
| Parameters | |
|---|---|
result |
ActivityResultFunction |