public class OrientedBoundingBoxAssert extends org.fest.assertions.api.AbstractAssert<OrientedBoundingBoxAssert,android.gesture.OrientedBoundingBox>
OrientedBoundingBox instances.| Constructor and Description |
|---|
OrientedBoundingBoxAssert(android.gesture.OrientedBoundingBox actual) |
| Modifier and Type | Method and Description |
|---|---|
OrientedBoundingBoxAssert |
hasCenterX(float centerX) |
OrientedBoundingBoxAssert |
hasCenterY(float centerY) |
OrientedBoundingBoxAssert |
hasHeight(float height) |
OrientedBoundingBoxAssert |
hasOrientation(float orientation) |
OrientedBoundingBoxAssert |
hasSquareness(float squareness) |
OrientedBoundingBoxAssert |
hasWidth(float width) |
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, usingDefaultComparatorpublic OrientedBoundingBoxAssert(android.gesture.OrientedBoundingBox actual)
public OrientedBoundingBoxAssert hasCenterX(float centerX)
public OrientedBoundingBoxAssert hasCenterY(float centerY)
public OrientedBoundingBoxAssert hasHeight(float height)
public OrientedBoundingBoxAssert hasOrientation(float orientation)
public OrientedBoundingBoxAssert hasSquareness(float squareness)
public OrientedBoundingBoxAssert hasWidth(float width)
Copyright © 2013 Square, Inc.. All Rights Reserved.