public class LruCacheAssert<K,V> extends org.fest.assertions.api.AbstractAssert<LruCacheAssert<K,V>,android.support.v4.util.LruCache<K,V>>
LruCache instances.| Constructor and Description |
|---|
LruCacheAssert(android.support.v4.util.LruCache<K,V> actual) |
| Modifier and Type | Method and Description |
|---|---|
LruCacheAssert<K,V> |
hasCreateCount(int count) |
LruCacheAssert<K,V> |
hasEntry(K key) |
LruCacheAssert<K,V> |
hasEvictionCount(int count) |
LruCacheAssert<K,V> |
hasHitCount(int count) |
LruCacheAssert<K,V> |
hasMaxSize(int size) |
LruCacheAssert<K,V> |
hasMissCount(int count) |
LruCacheAssert<K,V> |
hasPutCount(int count) |
LruCacheAssert<K,V> |
hasSize(int size) |
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 LruCacheAssert<K,V> hasEntry(K key)
public LruCacheAssert<K,V> hasCreateCount(int count)
public LruCacheAssert<K,V> hasEvictionCount(int count)
public LruCacheAssert<K,V> hasHitCount(int count)
public LruCacheAssert<K,V> hasMaxSize(int size)
public LruCacheAssert<K,V> hasMissCount(int count)
public LruCacheAssert<K,V> hasPutCount(int count)
public LruCacheAssert<K,V> hasSize(int size)
Copyright © 2013 Square, Inc.. All Rights Reserved.