org.fest.assertions.api.android.gesture
Class GestureOverlayViewAssert

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.view.AbstractViewGroupAssert<S,A>
              extended by org.fest.assertions.api.android.widget.AbstractFrameLayoutAssert<GestureOverlayViewAssert,android.gesture.GestureOverlayView>
                  extended by org.fest.assertions.api.android.gesture.GestureOverlayViewAssert
All Implemented Interfaces:
org.fest.assertions.core.Assert<GestureOverlayViewAssert,android.gesture.GestureOverlayView>, org.fest.assertions.core.Descriptable<GestureOverlayViewAssert>, org.fest.assertions.core.ExtensionPoints<GestureOverlayViewAssert,android.gesture.GestureOverlayView>

public class GestureOverlayViewAssert
extends AbstractFrameLayoutAssert<GestureOverlayViewAssert,android.gesture.GestureOverlayView>

Assertions for GestureOverlayView instances.


Field Summary
 
Fields inherited from class org.fest.assertions.api.AbstractAssert
actual, myself
 
Constructor Summary
GestureOverlayViewAssert(android.gesture.GestureOverlayView actual)
           
 
Method Summary
 GestureOverlayViewAssert hasFadeOffset(long offset)
           
 GestureOverlayViewAssert hasGestureColor(int color)
           
 GestureOverlayViewAssert hasGestureStokeType(int type)
           
 GestureOverlayViewAssert hasGestureStrokeAngleThreshold(float threshold)
           
 GestureOverlayViewAssert hasGestureStrokeLengthThreshold(float threshold)
           
 GestureOverlayViewAssert hasGestureStrokeSquarenessThreshold(float threshold)
           
 GestureOverlayViewAssert hasGestureStrokeWidth(float width)
           
 GestureOverlayViewAssert hasOrientation(int orientation)
           
 GestureOverlayViewAssert hasUncertainGestureColor(int color)
           
 GestureOverlayViewAssert isFadeDisabled()
           
 GestureOverlayViewAssert isFadeEnabled()
           
 GestureOverlayViewAssert isGestureNotVisible()
           
 GestureOverlayViewAssert isGestureVisible()
           
 GestureOverlayViewAssert isGesturing()
           
 GestureOverlayViewAssert isInterceptingEvents()
           
 GestureOverlayViewAssert isNotGesturing()
           
 GestureOverlayViewAssert isNotInterceptingEvents()
           
 
Methods inherited from class org.fest.assertions.api.android.widget.AbstractFrameLayoutAssert
hasForeground, hasForegroundGravity, isDelayingChildPressedState, isMeasuringAllChildren, isNotDelayingChildPressedState, isNotMeasuringAllChildren
 
Methods inherited from class org.fest.assertions.api.android.view.AbstractViewGroupAssert
hasAnimationCacheDisabled, hasAnimationCacheEnabled, hasChildCount, hasDescendantFocusability, hasFocusedChild, hasMotionEventSplittingDisabled, hasMotionEventSplittingEnabled, hasPersistentDrawingCache, isAddingStatesFromChildren, isAlwaysDrawnWithCache, isNotAddingStatesFromChildren, isNotAlwaysDrawnWithCache
 
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

GestureOverlayViewAssert

public GestureOverlayViewAssert(android.gesture.GestureOverlayView actual)
Method Detail

hasFadeOffset

public GestureOverlayViewAssert hasFadeOffset(long offset)

hasGestureColor

public GestureOverlayViewAssert hasGestureColor(int color)

hasGestureStrokeAngleThreshold

public GestureOverlayViewAssert hasGestureStrokeAngleThreshold(float threshold)

hasGestureStrokeLengthThreshold

public GestureOverlayViewAssert hasGestureStrokeLengthThreshold(float threshold)

hasGestureStrokeSquarenessThreshold

public GestureOverlayViewAssert hasGestureStrokeSquarenessThreshold(float threshold)

hasGestureStokeType

public GestureOverlayViewAssert hasGestureStokeType(int type)

hasGestureStrokeWidth

public GestureOverlayViewAssert hasGestureStrokeWidth(float width)

hasOrientation

public GestureOverlayViewAssert hasOrientation(int orientation)

hasUncertainGestureColor

public GestureOverlayViewAssert hasUncertainGestureColor(int color)

isInterceptingEvents

public GestureOverlayViewAssert isInterceptingEvents()

isNotInterceptingEvents

public GestureOverlayViewAssert isNotInterceptingEvents()

isFadeEnabled

public GestureOverlayViewAssert isFadeEnabled()

isFadeDisabled

public GestureOverlayViewAssert isFadeDisabled()

isGestureVisible

public GestureOverlayViewAssert isGestureVisible()

isGestureNotVisible

public GestureOverlayViewAssert isGestureNotVisible()

isGesturing

public GestureOverlayViewAssert isGesturing()

isNotGesturing

public GestureOverlayViewAssert isNotGesturing()


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