| Package | Description |
|---|---|
| org.fest.assertions.api | |
| org.fest.assertions.api.android.hardware |
| Modifier and Type | Method and Description |
|---|---|
static SensorAssert |
ANDROID.assertThat(android.hardware.Sensor actual) |
| Modifier and Type | Method and Description |
|---|---|
SensorAssert |
SensorAssert.hasMaximumRange(float range) |
SensorAssert |
SensorAssert.hasMinDelay(int delay) |
SensorAssert |
SensorAssert.hasName(String name) |
SensorAssert |
SensorAssert.hasPower(float power) |
SensorAssert |
SensorAssert.hasResolution(float resolution) |
SensorAssert |
SensorAssert.hasType(int type) |
SensorAssert |
SensorAssert.hasVendor(String vendor) |
SensorAssert |
SensorAssert.hasVersion(int version) |
Copyright © 2013 Square, Inc.. All Rights Reserved.