public class PropertyAssert<T,V>
extends <any>
Property instances.| Constructor and Description |
|---|
PropertyAssert(android.util.Property<T,V> actual) |
| Modifier and Type | Method and Description |
|---|---|
PropertyAssert<T,V> |
hasName(java.lang.String name) |
PropertyAssert<T,V> |
hasType(java.lang.Class<?> type) |
PropertyAssert<T,V> |
isNotReadOnly() |
PropertyAssert<T,V> |
isReadOnly() |
public PropertyAssert<T,V> hasName(java.lang.String name)
public PropertyAssert<T,V> hasType(java.lang.Class<?> type)
public PropertyAssert<T,V> isReadOnly()
public PropertyAssert<T,V> isNotReadOnly()