org.fest.assertions.api.android.widget
Class CheckedTextViewAssert

java.lang.Object
  extended by org.fest.assertions.api.AbstractAssert<S,A>
      extended by org.fest.assertions.api.android.view.AbstractViewAssert<S,A>
          extended by org.fest.assertions.api.android.widget.AbstractTextViewAssert<CheckedTextViewAssert,android.widget.CheckedTextView>
              extended by org.fest.assertions.api.android.widget.CheckedTextViewAssert
All Implemented Interfaces:
org.fest.assertions.core.Assert<CheckedTextViewAssert,android.widget.CheckedTextView>, org.fest.assertions.core.Descriptable<CheckedTextViewAssert>, org.fest.assertions.core.ExtensionPoints<CheckedTextViewAssert,android.widget.CheckedTextView>

public class CheckedTextViewAssert
extends AbstractTextViewAssert<CheckedTextViewAssert,android.widget.CheckedTextView>


Field Summary
 
Fields inherited from class org.fest.assertions.api.AbstractAssert
actual, myself
 
Constructor Summary
CheckedTextViewAssert(android.widget.CheckedTextView actual)
           
 
Method Summary
 CheckedTextViewAssert hasCheckMarkDrawable(android.graphics.drawable.Drawable drawable)
           
 CheckedTextViewAssert isChecked()
           
 CheckedTextViewAssert isNotChecked()
           
 
Methods inherited from class org.fest.assertions.api.android.widget.AbstractTextViewAssert
containsText, containsText, doesNotContainText, doesNotContainText, doesNotEndWithText, doesNotEndWithText, doesNotMatch, doesNotStartWithText, doesNotStartWithText, endsWithText, endsWithText, hasAutoLinkMask, hasCompoundDrawablePadding, hasCompoundPaddingBottom, hasCompoundPaddingLeft, hasCompoundPaddingRight, 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, hasTotalPaddingLeft, hasTotalPaddingRight, hasTotalPaddingTop, hasTypeface, hasUnselectableText, isCursorNotVisible, isCursorVisible, isEmpty, isIncludingFontPadding, isNotEmpty, isNotIncludingFontPadding, matches, startsWithText, startsWithText
 
Methods inherited from class org.fest.assertions.api.android.view.AbstractViewAssert
hasAlpha, hasAnimation, hasBackground, hasBaseline, hasBottom, hasContentDescription, hasContentDescription, hasDrawingCacheBackgroundColor, hasDrawingCacheQuality, hasFocus, hasFocusable, hasHapticFeedbackDisabled, hasHapticFeedbackEnabled, hasHeight, hasHorizontalFadingEdgeLength, hasHorizontalFadingEdgesDisabled, hasHorizontalFadingEdgesEnabled, hasHorizontalScrollbarDisabled, hasHorizontalScrollbarEnabled, hasId, hasLayerType, hasLayoutRequested, hasLeft, hasMeasuredHeight, hasMeasuredHeightAndState, hasMeasuredState, hasMeasuredWidth, hasMeasuredWidthAndState, hasMinimumHeight, hasMinimumWidth, hasNextFocusDownId, hasNextFocusForwardId, hasNextFocusLeftId, hasNextFocusRightId, hasNextFocusUpId, hasNoFocus, hasNoLayoutRequested, hasOverScrollMode, hasPaddingBottom, hasPaddingLeft, hasPaddingRight, hasPaddingTop, hasParent, hasParentForAccessibility, hasPivotX, hasPivotY, 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, hasTop, hasTranslationX, hasTranslationY, hasVerticalFadingEdgeDisabled, hasVerticalFadingEdgeEnabled, hasVerticalFadingEdgeLength, hasVerticalScrollBarDisabled, hasVerticalScrollBarEnabled, hasVerticalScrollbarPosition, hasVerticalScrollbarWidth, hasVisibility, hasWidth, hasWindowVisibility, hasX, hasY, isActivated, isClickable, isDirty, isDisabled, isDuplicatingParentState, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isGone, isHardwareAccelerated, isHovered, isInEditMode, isInFocusedWindow, isInTouchMode, isInvisible, isKeepingScreenOn, isLongClickable, isNotActivated, isNotClickable, isNotDirty, isNotDuplicatingParentState, isNotFocusable, isNotFocusableInTouchMode, isNotFocused, isNotGone, isNotHardwareAccelerated, isNotHovered, isNotInEditMode, isNotInFocusedWindow, isNotInTouchMode, isNotInvisible, isNotKeepingScreenOn, isNotLongClickable, isNotOpaque, isNotPressed, isNotScrollContainer, isNotSelected, isNotShown, isNotUsingDrawingCache, isNotVisible, isOpaque, isPressed, isScrollContainer, isSelected, isShown, isUsingDrawingCache, isVisible
 
Methods inherited from class org.fest.assertions.api.AbstractAssert
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, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckedTextViewAssert

public CheckedTextViewAssert(android.widget.CheckedTextView actual)
Method Detail

hasCheckMarkDrawable

public CheckedTextViewAssert hasCheckMarkDrawable(android.graphics.drawable.Drawable drawable)

isChecked

public CheckedTextViewAssert isChecked()

isNotChecked

public CheckedTextViewAssert isNotChecked()


Copyright © 2013 Square, Inc.. All Rights Reserved.