public class AutoCompleteTextViewAssert extends AbstractTextViewAssert<AutoCompleteTextViewAssert,android.widget.AutoCompleteTextView>
| Constructor and Description |
|---|
AutoCompleteTextViewAssert(android.widget.AutoCompleteTextView actual) |
containsText, containsText, doesNotContainText, doesNotContainText, doesNotEndWithText, doesNotEndWithText, doesNotMatch, doesNotStartWithText, doesNotStartWithText, endsWithText, endsWithText, gravityToString, hasAutoLinkMask, hasCompoundDrawablePadding, hasCompoundPaddingBottom, hasCompoundPaddingEnd, hasCompoundPaddingLeft, hasCompoundPaddingRight, hasCompoundPaddingStart, hasCompoundPaddingTop, hasCurrentHintTextColor, hasCurrentTextColor, hasEllipsize, hasError, hasError, hasError, hasExtendedPaddingBottom, hasExtendedPaddingTop, hasFreezesText, hasGravity, hasHighlightColor, hasHint, hasHint, hasImeActionId, hasImeActionLabel, hasImeActionLabel, hasImeOptions, hasInputType, hasLength, hasLineCount, hasLineHeight, hasLineSpacingExtra, hasLineSpacingMultiplier, hasMarqueeRepeatLimit, hasMaxEms, hasMaxHeight, hasMaxLines, hasMaxWidth, hasMinEms, hasMinHeight, hasMinLines, hasMinWidth, hasNoError, hasPaintFlags, hasSelectableText, hasSelectionEnd, hasSelectionStart, hasShadowColor, hasShadowDx, hasShadowDy, hasShadowRadius, hasText, hasText, hasTextScaleX, hasTextSize, hasTextString, hasTextString, hasTotalPaddingBottom, hasTotalPaddingEnd, hasTotalPaddingLeft, hasTotalPaddingRight, hasTotalPaddingStart, hasTotalPaddingTop, hasTypeface, hasUnselectableText, imeOptionsToString, isCursorNotVisible, isCursorVisible, isEmpty, isIncludingFontPadding, isInputMethodTarget, isNotEmpty, isNotIncludingFontPadding, isNotInputMethodTarget, matches, startsWithText, startsWithTextcanNotResolveLayoutDirection, canNotResolveTextAlignment, canNotResolveTextDirection, canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, hasAlpha, hasAnimation, hasBackground, hasBaseline, hasBottom, hasContentDescription, hasContentDescription, hasDrawingCacheBackgroundColor, hasDrawingCacheQuality, hasFocus, hasFocusable, hasHapticFeedbackDisabled, hasHapticFeedbackEnabled, hasHeight, hasHorizontalFadingEdgeLength, hasHorizontalFadingEdgesDisabled, hasHorizontalFadingEdgesEnabled, hasHorizontalScrollbarDisabled, hasHorizontalScrollbarEnabled, hasId, hasLabelFor, hasLayerType, hasLayoutDirection, hasLayoutRequested, hasLeft, hasMeasuredHeight, hasMeasuredHeightAndState, hasMeasuredState, hasMeasuredWidth, hasMeasuredWidthAndState, hasMinimumHeight, hasMinimumWidth, hasNextFocusDownId, hasNextFocusForwardId, hasNextFocusLeftId, hasNextFocusRightId, hasNextFocusUpId, hasNoFocus, hasNoLayoutRequested, hasNotResolvedLayoutDirection, hasNotResolvedTextAlignment, hasNotResolvedTextDirection, hasOverScrollMode, hasPaddingBottom, hasPaddingEnd, hasPaddingLeft, hasPaddingRight, hasPaddingStart, hasPaddingTop, hasParent, hasParentForAccessibility, hasPivotX, hasPivotY, hasResolvedLayoutDirection, hasResolvedTextAlignment, hasResolvedTextDirection, hasRight, hasRootView, hasRotation, hasRotationX, hasRotationY, hasSaveDisabled, hasSaveEnabled, hasSaveFromParentDisabled, hasSaveFromParentEnabled, hasScaleX, hasScaleY, hasScrollBarDefaultDelayBeforeFade, hasScrollBarFadeDuration, hasScrollbarFadingDisabled, hasScrollbarFadingEnabled, hasScrollBarSize, hasScrollBarStyle, hasScrollX, hasScrollY, hasSolidColor, hasSoundEffectsDisabled, hasSoundEffectsEnabled, hasSystemUiVisibility, hasTag, hasTag, hasTextAlignment, hasTextDirection, hasTop, hasTranslationX, hasTranslationY, hasVerticalFadingEdgeDisabled, hasVerticalFadingEdgeEnabled, hasVerticalFadingEdgeLength, hasVerticalScrollBarDisabled, hasVerticalScrollBarEnabled, hasVerticalScrollbarPosition, hasVerticalScrollbarWidth, hasVisibility, hasWidth, hasWindowVisibility, hasX, hasY, isActivated, isAttachedToWindow, isClickable, isDirty, isDisabled, isDuplicatingParentState, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isGone, isHardwareAccelerated, isHovered, isInEditMode, isInFocusedWindow, isInLayout, isInTouchMode, isInvisible, isKeepingScreenOn, isLaidOut, isLongClickable, isNotActivated, isNotAttachedToWindow, isNotClickable, isNotDirty, isNotDuplicatingParentState, isNotFocusable, isNotFocusableInTouchMode, isNotFocused, isNotGone, isNotHardwareAccelerated, isNotHovered, isNotInEditMode, isNotInFocusedWindow, isNotInLayout, isNotInTouchMode, isNotInvisible, isNotKeepingScreenOn, isNotLaidOut, isNotLongClickable, isNotOpaque, isNotPressed, isNotScrollContainer, isNotSelected, isNotShown, isNotUsingDrawingCache, isNotVisible, isOpaque, isPressed, isScrollContainer, isSelected, isShown, isUsingDrawingCache, isVisible, layerTypeToString, layoutDirectionToString, overScrollModeToString, scrollBarStyleToString, textAlignmentToString, textDirectionToString, verticalScrollBarPositionToString, visibilityToStringpublic AutoCompleteTextViewAssert(android.widget.AutoCompleteTextView actual)
public AutoCompleteTextViewAssert hasEnoughToFilter()
public AutoCompleteTextViewAssert hasAdapter(android.widget.ListAdapter adapter)
public AutoCompleteTextViewAssert hasCompletionHint(java.lang.CharSequence hint)
public AutoCompleteTextViewAssert hasCompletionHint(int resId)
public AutoCompleteTextViewAssert hasDropDownAnchor(int id)
public AutoCompleteTextViewAssert hasDropDownBackground(android.graphics.drawable.Drawable background)
public AutoCompleteTextViewAssert hasDropDownHeight(int height)
public AutoCompleteTextViewAssert hasDropDownHorizontalOffset(int offset)
public AutoCompleteTextViewAssert hasDropDownVerticalOffset(int offset)
public AutoCompleteTextViewAssert hasDropDownWidth(int width)
public AutoCompleteTextViewAssert hasListSelection(int position)
public AutoCompleteTextViewAssert hasThreshold(int threshold)
public AutoCompleteTextViewAssert isPerformingCompletion()
public AutoCompleteTextViewAssert isNotPerformingCompletion()
public AutoCompleteTextViewAssert isShowingPopup()
public AutoCompleteTextViewAssert isNotShowingPopup()