public class ListPopupWindowAssert extends org.fest.assertions.api.AbstractAssert<ListPopupWindowAssert,android.widget.ListPopupWindow>
ListPopupWindow instances.| Constructor and Description |
|---|
ListPopupWindowAssert(android.widget.ListPopupWindow actual) |
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 ListPopupWindowAssert(android.widget.ListPopupWindow actual)
public ListPopupWindowAssert hasAnchorView(android.view.View view)
public ListPopupWindowAssert hasAnimationStyle(int style)
public ListPopupWindowAssert hasBackground(android.graphics.drawable.Drawable background)
public ListPopupWindowAssert hasHeight(int height)
public ListPopupWindowAssert hasHorizontalOffset(int offset)
public ListPopupWindowAssert hasInputMethodMode(int mode)
public ListPopupWindowAssert hasListView(android.widget.ListView view)
public ListPopupWindowAssert hasPromptPosition(int position)
public ListPopupWindowAssert hasSelectedItem(Object item)
public ListPopupWindowAssert hasSelectedItemId(long id)
public ListPopupWindowAssert hasSelectedItemPosition(int position)
public ListPopupWindowAssert hasSelectedItemView(android.view.View view)
public ListPopupWindowAssert hasSoftInputMode(int mode)
public ListPopupWindowAssert hasVerticalOffset(int offset)
public ListPopupWindowAssert hasWidth(int width)
public ListPopupWindowAssert isModal()
public ListPopupWindowAssert isNotModal()
public ListPopupWindowAssert isShowing()
public ListPopupWindowAssert isNotShowing()
Copyright © 2013 Square, Inc.. All Rights Reserved.