teller-android / com.levibostian.teller.testing.cachestate / OnlineCacheStateTesting / CacheExistsDsl / Props

Props

data class Props<CACHE>

Constructors

<init>

Props(cache: CACHE? = null, fetching: Boolean = false, errorDuringFetch: Throwable? = null, successfulFetch: Boolean = false, timeFetched: Date? = null)

Properties

cache

val cache: CACHE?

errorDuringFetch

val errorDuringFetch: Throwable?

fetching

val fetching: Boolean

successfulFetch

val successfulFetch: Boolean

timeFetched

val timeFetched: Date?