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

java.lang.Object
  extended by org.fest.assertions.api.AbstractAssert<OrientedBoundingBoxAssert,android.gesture.OrientedBoundingBox>
      extended by org.fest.assertions.api.android.gesture.OrientedBoundingBoxAssert
All Implemented Interfaces:
org.fest.assertions.core.Assert<OrientedBoundingBoxAssert,android.gesture.OrientedBoundingBox>, org.fest.assertions.core.Descriptable<OrientedBoundingBoxAssert>, org.fest.assertions.core.ExtensionPoints<OrientedBoundingBoxAssert,android.gesture.OrientedBoundingBox>

public class OrientedBoundingBoxAssert
extends org.fest.assertions.api.AbstractAssert<OrientedBoundingBoxAssert,android.gesture.OrientedBoundingBox>

Assertions for OrientedBoundingBox instances.


Field Summary
 
Fields inherited from class org.fest.assertions.api.AbstractAssert
actual, myself
 
Constructor Summary
OrientedBoundingBoxAssert(android.gesture.OrientedBoundingBox actual)
           
 
Method Summary
 OrientedBoundingBoxAssert hasCenterX(float centerX)
           
 OrientedBoundingBoxAssert hasCenterY(float centerY)
           
 OrientedBoundingBoxAssert hasHeight(float height)
           
 OrientedBoundingBoxAssert hasOrientation(float orientation)
           
 OrientedBoundingBoxAssert hasSquareness(float squareness)
           
 OrientedBoundingBoxAssert hasWidth(float width)
           
 
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

OrientedBoundingBoxAssert

public OrientedBoundingBoxAssert(android.gesture.OrientedBoundingBox actual)
Method Detail

hasCenterX

public OrientedBoundingBoxAssert hasCenterX(float centerX)

hasCenterY

public OrientedBoundingBoxAssert hasCenterY(float centerY)

hasHeight

public OrientedBoundingBoxAssert hasHeight(float height)

hasOrientation

public OrientedBoundingBoxAssert hasOrientation(float orientation)

hasSquareness

public OrientedBoundingBoxAssert hasSquareness(float squareness)

hasWidth

public OrientedBoundingBoxAssert hasWidth(float width)


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