| Package | Description |
|---|---|
| org.fest.assertions.api | |
| org.fest.assertions.api.android.widget |
| Modifier and Type | Method and Description |
|---|---|
static ToastAssert |
ANDROID.assertThat(android.widget.Toast actual) |
| Modifier and Type | Method and Description |
|---|---|
ToastAssert |
ToastAssert.hasDuration(int duration) |
ToastAssert |
ToastAssert.hasGravity(int gravity) |
ToastAssert |
ToastAssert.hasHorizontalMargin(float margin) |
ToastAssert |
ToastAssert.hasVerticalMargin(float margin) |
ToastAssert |
ToastAssert.hasView(android.view.View view) |
ToastAssert |
ToastAssert.hasXOffset(int offset) |
ToastAssert |
ToastAssert.hasYOffset(int offset) |
Copyright © 2013 Square, Inc.. All Rights Reserved.