public class PropertyAssert<T,V> extends org.fest.assertions.api.AbstractAssert<PropertyAssert<T,V>,android.util.Property<T,V>>
Property instances.| Constructor and Description |
|---|
PropertyAssert(android.util.Property<T,V> actual) |
| Modifier and Type | Method and Description |
|---|---|
PropertyAssert<T,V> |
hasName(String name) |
PropertyAssert<T,V> |
hasType(Class<?> type) |
PropertyAssert<T,V> |
isNotReadOnly() |
PropertyAssert<T,V> |
isReadOnly() |
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 PropertyAssert<T,V> hasName(String name)
public PropertyAssert<T,V> hasType(Class<?> type)
public PropertyAssert<T,V> isReadOnly()
public PropertyAssert<T,V> isNotReadOnly()
Copyright © 2013 Square, Inc.. All Rights Reserved.