|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.assertions.api.AbstractAssert<S,A>
org.fest.assertions.api.android.view.AbstractViewAssert<S,A>
org.fest.assertions.api.android.view.AbstractViewGroupAssert<S,A>
org.fest.assertions.api.android.widget.AbstractFrameLayoutAssert<GestureOverlayViewAssert,android.gesture.GestureOverlayView>
org.fest.assertions.api.android.gesture.GestureOverlayViewAssert
public class GestureOverlayViewAssert
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.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 |
---|
public GestureOverlayViewAssert(android.gesture.GestureOverlayView actual)
Method Detail |
---|
public GestureOverlayViewAssert hasFadeOffset(long offset)
public GestureOverlayViewAssert hasGestureColor(int color)
public GestureOverlayViewAssert hasGestureStrokeAngleThreshold(float threshold)
public GestureOverlayViewAssert hasGestureStrokeLengthThreshold(float threshold)
public GestureOverlayViewAssert hasGestureStrokeSquarenessThreshold(float threshold)
public GestureOverlayViewAssert hasGestureStokeType(int type)
public GestureOverlayViewAssert hasGestureStrokeWidth(float width)
public GestureOverlayViewAssert hasOrientation(int orientation)
public GestureOverlayViewAssert hasUncertainGestureColor(int color)
public GestureOverlayViewAssert isInterceptingEvents()
public GestureOverlayViewAssert isNotInterceptingEvents()
public GestureOverlayViewAssert isFadeEnabled()
public GestureOverlayViewAssert isFadeDisabled()
public GestureOverlayViewAssert isGestureVisible()
public GestureOverlayViewAssert isGestureNotVisible()
public GestureOverlayViewAssert isGesturing()
public GestureOverlayViewAssert isNotGesturing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |