public class CalendarViewAssert extends AbstractFrameLayoutAssert<CalendarViewAssert,android.widget.CalendarView>
| Constructor and Description |
|---|
CalendarViewAssert(android.widget.CalendarView actual) |
| Modifier and Type | Method and Description |
|---|---|
CalendarViewAssert |
hasDate(long date) |
CalendarViewAssert |
hasDateTextAppearance(int resId) |
CalendarViewAssert |
hasFirstDayOfWeek(int day) |
CalendarViewAssert |
hasFocusedMonthDateColor(int color) |
CalendarViewAssert |
hasMaxDate(long date) |
CalendarViewAssert |
hasMinDate(long date) |
CalendarViewAssert |
hasSelectedDateVerticalBar(android.graphics.drawable.Drawable drawable) |
CalendarViewAssert |
hasSelectedWeekBackgroundColor(int color) |
CalendarViewAssert |
hasShownWeekCount(int count) |
CalendarViewAssert |
hasUnfocusedMonthDateColor(int color) |
CalendarViewAssert |
hasWeekDayTextAppearance(int resId) |
CalendarViewAssert |
hasWeekNumberColor(int color) |
CalendarViewAssert |
hasWeekSeparatorLineColor(int color) |
CalendarViewAssert |
isNotShowingWeekNumber() |
CalendarViewAssert |
isShowingWeekNumber() |
hasForeground, hasForegroundGravity, isDelayingChildPressedState, isMeasuringAllChildren, isNotDelayingChildPressedState, isNotMeasuringAllChildrendescendantFocusabilityToString, hasAnimationCacheDisabled, hasAnimationCacheEnabled, hasChildCount, hasDescendantFocusability, hasFocusedChild, hasLayoutMode, hasMotionEventSplittingDisabled, hasMotionEventSplittingEnabled, hasPersistentDrawingCache, isAddingStatesFromChildren, isAlwaysDrawnWithCache, isClippingChildren, isNotAddingStatesFromChildren, isNotAlwaysDrawnWithCache, isNotClippingChildren, layoutModeToString, persistentDrawingCacheToStringcanNotResolveLayoutDirection, 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 CalendarViewAssert hasDate(long date)
public CalendarViewAssert hasDateTextAppearance(int resId)
public CalendarViewAssert hasFirstDayOfWeek(int day)
public CalendarViewAssert hasFocusedMonthDateColor(int color)
public CalendarViewAssert hasMaxDate(long date)
public CalendarViewAssert hasMinDate(long date)
public CalendarViewAssert hasSelectedDateVerticalBar(android.graphics.drawable.Drawable drawable)
public CalendarViewAssert hasSelectedWeekBackgroundColor(int color)
public CalendarViewAssert isShowingWeekNumber()
public CalendarViewAssert isNotShowingWeekNumber()
public CalendarViewAssert hasShownWeekCount(int count)
public CalendarViewAssert hasUnfocusedMonthDateColor(int color)
public CalendarViewAssert hasWeekDayTextAppearance(int resId)
public CalendarViewAssert hasWeekNumberColor(int color)
public CalendarViewAssert hasWeekSeparatorLineColor(int color)