public class PopupWindowAssert extends org.fest.assertions.api.AbstractAssert<PopupWindowAssert,android.widget.PopupWindow>
PopupWindow instances.| Constructor and Description |
|---|
PopupWindowAssert(android.widget.PopupWindow actual) |
| Modifier and Type | Method and Description |
|---|---|
PopupWindowAssert |
hasAnimationStyle(int style) |
PopupWindowAssert |
hasBackground(android.graphics.drawable.Drawable background) |
PopupWindowAssert |
hasContentView(android.view.View view) |
PopupWindowAssert |
hasHeight(int height) |
PopupWindowAssert |
hasInputMethodMode(int mode) |
PopupWindowAssert |
hasSoftInputMode(int mode) |
PopupWindowAssert |
hasWidth(int width) |
PopupWindowAssert |
isAboveAnchor() |
PopupWindowAssert |
isClippingDisabled() |
PopupWindowAssert |
isClippingEnabled() |
PopupWindowAssert |
isFocusable() |
PopupWindowAssert |
isNotAboveAnchor() |
PopupWindowAssert |
isNotFocusable() |
PopupWindowAssert |
isNotShowing() |
PopupWindowAssert |
isNotTouchable() |
PopupWindowAssert |
isNotTouchableOutside() |
PopupWindowAssert |
isShowing() |
PopupWindowAssert |
isSplitTouchDisabled() |
PopupWindowAssert |
isSplitTouchEnabled() |
PopupWindowAssert |
isTouchable() |
PopupWindowAssert |
isTouchableOutside() |
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorpublic PopupWindowAssert hasAnimationStyle(int style)
public PopupWindowAssert hasBackground(android.graphics.drawable.Drawable background)
public PopupWindowAssert hasContentView(android.view.View view)
public PopupWindowAssert hasHeight(int height)
public PopupWindowAssert hasInputMethodMode(int mode)
public PopupWindowAssert hasSoftInputMode(int mode)
public PopupWindowAssert hasWidth(int width)
public PopupWindowAssert isAboveAnchor()
public PopupWindowAssert isNotAboveAnchor()
public PopupWindowAssert isClippingEnabled()
public PopupWindowAssert isClippingDisabled()
public PopupWindowAssert isFocusable()
public PopupWindowAssert isNotFocusable()
public PopupWindowAssert isTouchableOutside()
public PopupWindowAssert isNotTouchableOutside()
public PopupWindowAssert isShowing()
public PopupWindowAssert isNotShowing()
public PopupWindowAssert isSplitTouchEnabled()
public PopupWindowAssert isSplitTouchDisabled()
public PopupWindowAssert isTouchable()
public PopupWindowAssert isNotTouchable()
Copyright © 2013 Square, Inc.. All Rights Reserved.