| Package | Description |
|---|---|
| org.robolectric | |
| org.robolectric.shadows |
Package containing shadow classes for the Android SDK.
|
| Modifier and Type | Method and Description |
|---|---|
static ShadowAlertDialog |
Shadows.shadowOf(android.app.AlertDialog actual) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShadowDatePickerDialog
Shadow for
DatePickerDialog. |
class |
ShadowProgressDialog
Shadow for
ProgressDialog. |
class |
ShadowTimePickerDialog
Shadow for
TimePickerDialog. |
| Modifier and Type | Method and Description |
|---|---|
ShadowAlertDialog |
ShadowApplication.getLatestAlertDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShadowApplication.setLatestAlertDialog(ShadowAlertDialog latestAlertDialog) |
Copyright © 2015. All rights reserved.